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.
1 parent 90343ab commit ee4ba4eCopy full SHA for ee4ba4e
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