Skip to content

Commit 5a1201a

Browse files
authored
Merge pull request #224 from renoki-co/analysis-vZA0Md
Apply fixes from StyleCI
2 parents 90343ab + ee4ba4e commit 5a1201a

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
@@ -48,9 +48,9 @@ public function getEnvironmentSetUp($app)
4848
{
4949
$app['config']->set('database.default', 'sqlite');
5050
$app['config']->set('database.connections.sqlite', [
51-
'driver' => 'sqlite',
51+
'driver' => 'sqlite',
5252
'database' => __DIR__.'/database/database.sqlite',
53-
'prefix' => '',
53+
'prefix' => '',
5454
]);
5555

5656
$app['config']->set(

0 commit comments

Comments
 (0)