Skip to content

Commit 614bf59

Browse files
authored
Apply fixes from StyleCI (#44)
1 parent 09be5ec commit 614bf59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/TestCase.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ protected function getEnvironmentSetUp($app)
2929
{
3030
$app['config']->set('database.default', 'sqlite');
3131
$app['config']->set('database.connections.sqlite', [
32-
'driver' => 'sqlite',
32+
'driver' => 'sqlite',
3333
'database' => ':memory:',
34-
'prefix' => '',
34+
'prefix' => '',
3535
]);
3636
}
3737

0 commit comments

Comments
 (0)