Skip to content

Commit

Permalink
Document the config override for Wildcard class name
Browse files Browse the repository at this point in the history
  • Loading branch information
drbyte committed Jul 23, 2023
1 parent 484a79d commit 2dc2787
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/permission.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@

'enable_wildcard_permission' => false,

/*
* The class to use for interpreting wildcard permissions.
* If you need to modify delimiters, override the class and specify its name here.
*/
// 'permission.wildcard_permission' => Spatie\Permission\WildcardPermission::class,

'cache' => [

/*
Expand Down

0 comments on commit 2dc2787

Please sign in to comment.