diff --git a/tests/Aws/Laravel/Tests/AwsServiceProviderTest.php b/tests/Aws/Laravel/Tests/AwsServiceProviderTest.php index 7c14ff2..8c18f5e 100644 --- a/tests/Aws/Laravel/Tests/AwsServiceProviderTest.php +++ b/tests/Aws/Laravel/Tests/AwsServiceProviderTest.php @@ -64,7 +64,7 @@ public function testNoConfigProvided() { // Setup the Laravel app and AWS service provider $app = new Application(); - $app['config'] = array(); + $app['config'] = array(); $provider = new AwsServiceProvider($app); $app->register($provider); $provider->boot();