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.
2 parents c290845 + 921d185 commit d2409bbCopy full SHA for d2409bb
app/Authentication/AuthenticationServiceProvider.php
@@ -221,7 +221,6 @@ protected function publishConfig()
221
$this->publishes([
222
__DIR__ . '/../../config/acl_base.php' => config_path('acl_base.php'),
223
__DIR__ . '/../../config/acl_menu.php' => config_path('acl_menu.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_sentry.php' => config_path('acl_sentry.php'),
227
]);
@@ -243,4 +242,4 @@ protected function publishMigrations()
243
242
// __DIR__.'/../../database/seeds' => $this->app->databasePath().'/seeds',
244
245
}
246
-}
+}
0 commit comments