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 Jun 9, 2024
1 parent 8b59df6 commit c3c685b
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 @@ -29,9 +29,9 @@ protected function getEnvironmentSetUp($app)
{
$app['config']->set('database.default', 'sqlite');
$app['config']->set('database.connections.sqlite', [
'driver' => 'sqlite',
'driver' => 'sqlite',
'database' => ':memory:',
'prefix' => 'indonesia_',
'prefix' => 'indonesia_',
]);
$app['config']->set('indonesia.table_prefix', 'indonesia_');
}
Expand Down

0 comments on commit c3c685b

Please sign in to comment.