diff --git a/config/database.php b/config/database.php index 514a337a3..861bdaa0e 100644 --- a/config/database.php +++ b/config/database.php @@ -17,7 +17,7 @@ return [ | */ - 'default' => env('DB_CONNECTION', 'sqlite'), + 'default' => env('DB_CONNECTION', 'mysql'), /* |--------------------------------------------------------------------------