We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6f5ff commit 6195b51Copy full SHA for 6195b51
tests/Aws/Laravel/Tests/AwsServiceProviderTest.php
@@ -64,7 +64,7 @@ public function testNoConfigProvided()
64
{
65
// Setup the Laravel app and AWS service provider
66
$app = new Application();
67
- $app['config'] = array();
+ $app['config'] = array();
68
$provider = new AwsServiceProvider($app);
69
$app->register($provider);
70
$provider->boot();
0 commit comments