We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed91c4 commit fa3811bCopy full SHA for fa3811b
src/Aws/Laravel/AwsServiceProvider.php
@@ -39,7 +39,7 @@ public function register()
39
{
40
$this->app['aws'] = $this->app->share(function ($app) {
41
// Retrieve the config
42
- $config = $app['config']['aws'] ?: $app['config']['aws::config'] ?: array();
+ $config = $app['config']['aws'] ?: $app['config']['aws::config'];
43
if (isset($config['config_file'])) {
44
$config = $config['config_file'];
45
}
0 commit comments