Skip to content

Commit

Permalink
Update docs/authorization.md
Browse files Browse the repository at this point in the history
Co-authored-by: MGatner <mgatner@icloud.com>
  • Loading branch information
rafinhaa and MGatner committed Jun 28, 2021
1 parent 4927ae6 commit c61bef3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ be either the group ID or the group's name.
$authorize->removeUserFromGroup($userId, 'moderators');

### usersInGroup()
Lists all users in a single group. The group must already exist. The only parameter is the group you want to list. Both
parameters can be ID or name. The data return is an array.
Lists all users in a single group. The group must already exist. The only parameter is the group you want to list, which can be its ID or name. The data return is an array of user array rows.

### addPermissionToGroup()
Adds a permission to a single group. The permission must already exist. The first parameter is the permission.
Expand Down

0 comments on commit c61bef3

Please sign in to comment.