Skip to content

Commit

Permalink
Missing typehint (#2495)
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell authored Sep 12, 2023
1 parent 905be9d commit 7c454fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/HasRoles.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function ($object) use ($roles, $model, $teamPivot) {
/**
* Revoke the given role from the model.
*
* @param string|int|Role $role
* @param string|int|Role|\BackedEnum $role
*/
public function removeRole($role)
{
Expand Down

0 comments on commit 7c454fa

Please sign in to comment.