Skip to content

Commit de36957

Browse files
committed
Merge branch 'feature/gates-with-message' of https://github.com/Lomkit/laravel-rest-api into feature/gates-with-message
2 parents 1706a61 + 6df35fc commit de36957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/Authorizable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function authorizedTo($ability, $model)
9393
* Determine if the current user has a given ability.
9494
*
9595
* @param string $ability
96-
* @param Model $model
96+
* @param Model $model
9797
* @param string $toActionModel
9898
*
9999
* @throws \Illuminate\Auth\Access\AuthorizationException

0 commit comments

Comments
 (0)