Skip to content

Commit fa3811b

Browse files
committed
Removing an unneeded ternary statement
1 parent aed91c4 commit fa3811b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aws/Laravel/AwsServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function register()
3939
{
4040
$this->app['aws'] = $this->app->share(function ($app) {
4141
// Retrieve the config
42-
$config = $app['config']['aws'] ?: $app['config']['aws::config'] ?: array();
42+
$config = $app['config']['aws'] ?: $app['config']['aws::config'];
4343
if (isset($config['config_file'])) {
4444
$config = $config['config_file'];
4545
}

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