A register config
This commit is contained in:
parent
f7e090ce26
commit
85b7e689db
|
|
@ -11,7 +11,10 @@ class PermissionsServiceProvider extends \Illuminate\Support\ServiceProvider
|
||||||
*/
|
*/
|
||||||
public function register()
|
public function register()
|
||||||
{
|
{
|
||||||
//
|
$this->mergeConfigFrom(
|
||||||
|
__DIR__.'/../config/roles.php',
|
||||||
|
'roles'
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue