Skip to content

Commit 38ae302

Browse files
committed
Merge pull request aws#73 from aws/fix-remove-config_path
Removing dependency on config_path function.
2 parents 5dae840 + e77f191 commit 38ae302

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/AwsServiceProvider.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ public function boot()
2626

2727
$this->mergeConfigFrom($config, 'aws');
2828

29-
$this->publishes([$config => config_path('aws.php')], 'config');
29+
$this->publishes([
30+
$config => $this->app->make('path.config') . DIRECTORY_SEPARATOR . 'aws.php'
31+
], 'config');
3032
}
3133

3234
/**

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy