Skip to content

Commit e9e7b99

Browse files
authored
Update local.test.php.dist
Signed-off-by: Alex Karajos <alex.merlin.1985@gmail.com>
1 parent 00ddab7 commit e9e7b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/autoload/local.test.php.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ return [
1313
'connection' => [
1414
'orm_default' => [
1515
'params' => [
16-
'url' => 'sqlite3:///:memory:',
16+
'url' => 'sqlite:///:memory:',
1717
],
1818
],
1919
],

0 commit comments

Comments
 (0)