Skip to content

Commit d2409bb

Browse files
committed
Merge pull request #86 from gan068/gan068-patch-hotfix
remove duplicated publish config/acl_menu.php
2 parents c290845 + 921d185 commit d2409bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/Authentication/AuthenticationServiceProvider.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ protected function publishConfig()
221221
$this->publishes([
222222
__DIR__ . '/../../config/acl_base.php' => config_path('acl_base.php'),
223223
__DIR__ . '/../../config/acl_menu.php' => config_path('acl_menu.php'),
224-
__DIR__ . '/../../config/acl_menu.php' => config_path('acl_menu.php'),
225224
__DIR__ . '/../../config/acl_permissions.php' => config_path('acl_permissions.php'),
226225
__DIR__ . '/../../config/acl_sentry.php' => config_path('acl_sentry.php'),
227226
]);
@@ -243,4 +242,4 @@ protected function publishMigrations()
243242
// __DIR__.'/../../database/seeds' => $this->app->databasePath().'/seeds',
244243
]);
245244
}
246-
}
245+
}

0 commit comments

Comments
 (0)