Skip to content

Commit ac6f8fb

Browse files
authored
Merge pull request #1216 from YusufDurmaz/develop
docs: adding note to 'Change Available Permissions'
2 parents 6726646 + 9930a5a commit ac6f8fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/quick_start_guide/using_authorization.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ public array $permissions = [
3636
];
3737
```
3838

39+
!!! note
40+
41+
Permissions should be written in lowercase letters. Some functions automatically convert the given permission parameter to lowercase letters, and using uppercase letters may cause compatibility problems.
42+
3943
### Assign Permissions to a Group
4044

4145
Each group can have its own specific set of permissions. These are defined in `Config\AuthGroups::$matrix`. You can specify each permission by it's full name, or using the context and an asterisk (*) to specify all permissions within that context.

0 commit comments

Comments
 (0)