From c61bef3971eca56d963f414724c9c3f8a943fc6d Mon Sep 17 00:00:00 2001 From: Rafael Rodrigues Date: Mon, 28 Jun 2021 20:06:41 -0300 Subject: [PATCH] Update docs/authorization.md Co-authored-by: MGatner --- docs/authorization.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/authorization.md b/docs/authorization.md index 9b2a65d1..05d716bf 100644 --- a/docs/authorization.md +++ b/docs/authorization.md @@ -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.