Skip to content

Commit

Permalink
Merge pull request #113 from laravolt/analysis-APV0KK
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
uyab authored Jun 9, 2024
2 parents 8b59df6 + c3c685b commit 72b6bdc
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 72b6bdc

Please sign in to comment.