Skip to content

Commit

Permalink
Merge pull request #224 from renoki-co/analysis-vZA0Md
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
rennokki authored Nov 30, 2024
2 parents 90343ab + ee4ba4e commit 5a1201a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ public function getEnvironmentSetUp($app)
{
$app['config']->set('database.default', 'sqlite');
$app['config']->set('database.connections.sqlite', [
'driver' => 'sqlite',
'driver' => 'sqlite',
'database' => __DIR__.'/database/database.sqlite',
'prefix' => '',
'prefix' => '',
]);

$app['config']->set(
Expand Down

0 comments on commit 5a1201a

Please sign in to comment.