Skip to content

Commit e442cc6

Browse files
authored
Merge pull request #18 from aburakovskiy/lumen-support
fix(lumen): replace config_path() with base_path()
2 parents 34fbb54 + 90e790b commit e442cc6

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)