Skip to content

Commit 6195b51

Browse files
committed
CS fix
1 parent 5f6f5ff commit 6195b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Aws/Laravel/Tests/AwsServiceProviderTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function testNoConfigProvided()
6464
{
6565
// Setup the Laravel app and AWS service provider
6666
$app = new Application();
67-
$app['config'] = array();
67+
$app['config'] = array();
6868
$provider = new AwsServiceProvider($app);
6969
$app->register($provider);
7070
$provider->boot();

0 commit comments

Comments
 (0)