Skip to content

Commit a20f4d1

Browse files
Typo Fix - Update authorization.md (#615)
1 parent 6711619 commit a20f4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-v2/content/en/auth/authorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ POST: api/restify/users/{id}/detach/posts
419419
* @param Post $model
420420
* @return mixed
421421
*/
422-
public function attachPost(User $user, Post $model)
422+
public function detachPost(User $user, Post $model)
423423
{
424424
return $user->is($model->creator()->first());
425425
}

0 commit comments

Comments
 (0)