Skip to content

Commit 6df35fc

Browse files
committed
Apply fixes from StyleCI
1 parent a43852d commit 6df35fc

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)