Skip to content

Commit

Permalink
Merge pull request #293 from bezhanSalleh/fix/role-policy-issue
Browse files Browse the repository at this point in the history
Fixes App\Policies\Role doesn't exists
  • Loading branch information
bezhanSalleh authored Dec 19, 2023
2 parents d6f2cab + 143f870 commit 949b2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/filament-shield.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
],

'register_role_policy' => [
'enabled' => true,
'enabled' => false,
],

];

0 comments on commit 949b2dd

Please sign in to comment.