We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4801a6 commit d08d4b2Copy full SHA for d08d4b2
app/Authentication/AuthenticationServiceProvider.php
@@ -223,6 +223,7 @@ protected function publishConfig()
223
__DIR__ . '/../../config/acl_base.php' => config_path('acl_base.php'),
224
__DIR__ . '/../../config/acl_menu.php' => config_path('acl_menu.php'),
225
__DIR__ . '/../../config/acl_permissions.php' => config_path('acl_permissions.php'),
226
+ __DIR__ . '/../../config/acl_messages.php' => config_path('acl_messages.php'),
227
__DIR__ . '/../../config/acl_sentry.php' => config_path('acl_sentry.php'),
228
]);
229
}
0 commit comments