A register config

This commit is contained in:
a6a2f5842 2025-06-16 07:57:01 +02:00
parent f7e090ce26
commit 85b7e689db
1 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,10 @@ class PermissionsServiceProvider extends \Illuminate\Support\ServiceProvider
*/ */
public function register() public function register()
{ {
// $this->mergeConfigFrom(
__DIR__.'/../config/roles.php',
'roles'
);
} }
/** /**