Skip to content

Commit

Permalink
Merge 4f7d0db into 4fdac52
Browse files Browse the repository at this point in the history
  • Loading branch information
manageruz committed Oct 25, 2022
2 parents 4fdac52 + 4f7d0db commit 17ccc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/PermissionModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function doesUserHavePermission(int $userId, int $permissionId): bool
/**
* Adds a single permission to a single user.
*
* @return BaseResult|false|Query
* @return bool
*/
public function addPermissionToUser(int $permissionId, int $userId)
{
Expand Down

0 comments on commit 17ccc69

Please sign in to comment.