From 690d710693a1d9f05313c1d9fe1ad845fc3ccaac Mon Sep 17 00:00:00 2001 From: Shlee Date: Sat, 5 Sep 2026 20:28:34 +0930 Subject: [PATCH] Update database.php --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), /* |--------------------------------------------------------------------------