We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24b3e94 + df128d4 commit 84277cdCopy full SHA for 84277cd
src/AwsServiceProvider.php
@@ -26,7 +26,7 @@ class AwsServiceProvider extends ServiceProvider
26
*/
27
public function boot()
28
{
29
- $source = realpath(__DIR__ . '/../config/aws.php');
+ $source = dirname(__DIR__).'/config/aws.php';
30
31
if ($this->app instanceof LaravelApplication && $this->app->runningInConsole()) {
32
$this->publishes([$source => config_path('aws.php')]);
0 commit comments