Update delete route name for users

parent 423332d8
...@@ -17,7 +17,7 @@ class UserTransformer extends Resource ...@@ -17,7 +17,7 @@ class UserTransformer extends Resource
'created_at' => $this->created_at, 'created_at' => $this->created_at,
'urls' => [ 'urls' => [
'delete_url' => route('api.user.role.destroy', $this->id), 'delete_url' => route('api.user.user.destroy', $this->id),
], ],
]; ];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment