Skip to content

Commit 7449051

Browse files
author
Nur Alam
committed
read me updated
1 parent ae00374 commit 7449051

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ From controller if you want to set prmission group title, excluded permissions o
3838

3939
Available methods in **PermissionGenerator** trait
4040

41-
- `permissionExcludeMethods()` : use to exculde a route from being generated as permission name.
42-
- `permissionGroupTitle()`: Use to set permission group title
43-
- `permissionAppendTo()`: Permissions append to another permission group
41+
- `permissionsExclude(...$methods)` : use to exculde a route from being generated as permission name.
42+
- `permissionsTitle(string $title)`: Use to set permissions group title
43+
- `permissionsAppendTo(string $key)`: Permissions append to another permission group
4444

4545
**Example**
4646
```php

0 commit comments

Comments
 (0)