Commit ac1550dc authored by Nicolas Widart's avatar Nicolas Widart

Configure the publishing of permissions.php core config file

parent b82e85c2
......@@ -52,6 +52,7 @@ class CoreServiceProvider extends ServiceProvider
$this->publishConfig('core', 'config');
$this->publishConfig('core', 'core');
$this->publishConfig('core', 'settings');
$this->publishConfig('core', 'permissions');
$this->bladeDirectives();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment