Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremeamia committed Mar 11, 2013
1 parent 5f6f5ff commit 6195b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Aws/Laravel/Tests/AwsServiceProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 6195b51

Please sign in to comment.