diff --git a/config/database.php b/config/database.php index 526eca8..a12010e 100644 --- a/config/database.php +++ b/config/database.php @@ -16,7 +16,7 @@ | */ - 'default' => env('DB_CONNECTION', 'sqlite'), + 'default' => env('DB_CONNECTION', 'mysql'), /* |--------------------------------------------------------------------------