Skip to content

Commit 90e790b

Browse files
committed
fix(lumen): replace config_path() with base_path()
1 parent e436518 commit 90e790b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelAwsSecretsManagerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function boot()
1313
{
1414
if ($this->app->runningInConsole()) {
1515
$this->publishes([
16-
__DIR__.'/../config/config.php' => config_path('aws-secrets-manager.php'),
16+
__DIR__.'/../config/config.php' => base_path('config/aws-secrets-manager.php'),
1717
], 'config');
1818
}
1919

0 commit comments

Comments
 (0)