Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 30, 2024
1 parent 90343ab commit ee4ba4e
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 ee4ba4e

Please sign in to comment.