Skip to content

Commit

Permalink
Update delete route name for users
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Oct 12, 2017
1 parent 423332d commit 478f128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/User/Transformers/UserTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function toArray($request)
'created_at' => $this->created_at,

'urls' => [
'delete_url' => route('api.user.role.destroy', $this->id),
'delete_url' => route('api.user.user.destroy', $this->id),
],
];
}
Expand Down

0 comments on commit 478f128

Please sign in to comment.