Skip to content

Commit 815d7b5

Browse files
rennokkiStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 7820f2a commit 815d7b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/TestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ public function getEnvironmentSetUp($app)
3737
$app['config']->set('auth.providers.users.model', Models\User::class);
3838
$app['config']->set('database.default', 'sqlite');
3939
$app['config']->set('database.connections.sqlite', [
40-
'driver' => 'sqlite',
40+
'driver' => 'sqlite',
4141
'database' => __DIR__.'/database.sqlite',
42-
'prefix' => '',
42+
'prefix' => '',
4343
]);
4444
}
4545

0 commit comments

Comments
 (0)