Skip to content

Commit 8690b5a

Browse files
authored
Update database.php
1 parent 0ec5a4e commit 8690b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'password' => env('DB_PASSWORD', ''),
4141
'charset' => 'utf8mb4',
4242
'collation' => 'utf8mb4_unicode_ci',
43-
'prefix' => '',
43+
'prefix' => env('DB_PREFIX', ''),
4444
'strict' => env('DB_STRICT_MODE', false),
4545
],
4646
],

0 commit comments

Comments
 (0)