Skip to content

Commit

Permalink
Merge branch 'develop' into wip/1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bennothommo committed Apr 26, 2022
2 parents 5701bc0 + 38db1fc commit b4b67bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Auth/Models/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public function hasAnyAccess(array $permissions)

/**
* Validate the permissions when set.
* @param array $permissions
* @param string $permissions
* @return void
*/
public function setPermissionsAttribute($permissions)
Expand Down
2 changes: 1 addition & 1 deletion src/Auth/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ public function hasAnyAccess(array $permissions)

/**
* Validate any set permissions.
* @param array $permissions
* @param string $permissions
* @return void
*/
public function setPermissionsAttribute($permissions)
Expand Down

0 comments on commit b4b67bb

Please sign in to comment.