Skip to content

Commit cd9bcfd

Browse files
authored
Update README.md
1 parent 5904338 commit cd9bcfd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ Check if a User is a Root User
116116
isRootUser(int user_id) // returns true or false
117117
```
118118

119+
Fetch Permissions
120+
```php
121+
fetchPermissions(int $status) // active = 1 or inactive = 0
122+
// $status is optional if is empty all permissions will be fetched
123+
119124
## Changelog
120125

121126
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

0 commit comments

Comments
 (0)