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 0223627 commit 3fdecdaCopy full SHA for 3fdecda
src/AwsServiceProvider.php
@@ -25,7 +25,7 @@ public function boot()
25
$source = realpath(__DIR__ . '/../config/aws.php');
26
27
if (class_exists('Illuminate\Foundation\Application', false)) {
28
- $this->publishes([$source => config_path('aws.php')], 'config');
+ $this->publishes([$source => config_path('aws.php')]);
29
}
30
31
$this->mergeConfigFrom($source, 'aws');
0 commit comments