From 9ffeed87ac3af8ae5729256f94a7b6e7cb241db8 Mon Sep 17 00:00:00 2001 From: Paulo Castellano Date: Mon, 2 Dec 2024 20:10:43 -0300 Subject: [PATCH] fix: tests without vite to testcase --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), /* |--------------------------------------------------------------------------