We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90343ab + ee4ba4e commit 5a1201aCopy full SHA for 5a1201a
tests/TestCase.php
@@ -48,9 +48,9 @@ public function getEnvironmentSetUp($app)
48
{
49
$app['config']->set('database.default', 'sqlite');
50
$app['config']->set('database.connections.sqlite', [
51
- 'driver' => 'sqlite',
+ 'driver' => 'sqlite',
52
'database' => __DIR__.'/database/database.sqlite',
53
- 'prefix' => '',
+ 'prefix' => '',
54
]);
55
56
$app['config']->set(
0 commit comments