diff --git a/config/database.php b/config/database.php index 2ae8fe39..2a9b369b 100644 --- a/config/database.php +++ b/config/database.php @@ -66,7 +66,7 @@ return [ 'password' => env('DB_PASSWORD'), 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', - 'prefix' => '', + 'prefix' => env('DB_PREFIX'), 'strict' => false, ],