Skip to content

Commit 04f847b

Browse files
committed
fix(src): invalid db prefix
1 parent 9d37843 commit 04f847b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/config/test-local.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'username' => $_ENV['DB_USER'],
1212
'password' => $_ENV['DB_PASSWORD'],
1313
'charset' => $_ENV['DB_CHARSET'],
14-
'tablePrefix' => $_ENV['DB_PREFIX'],
14+
'tablePrefix' => $_ENV['DB_TABLE_PREFIX'],
1515
],
1616
],
1717
]

0 commit comments

Comments
 (0)