From d17507447dd19707cb34c0260f2178467eb34762 Mon Sep 17 00:00:00 2001 From: Hafifie PKB Date: Wed, 8 Nov 2023 14:52:59 +0800 Subject: [PATCH] fix migration in config --- config/database.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/database.php b/config/database.php index b7e9873..d7f4720 100644 --- a/config/database.php +++ b/config/database.php @@ -2,8 +2,8 @@ return [ - 'default' => 'accounts', - + 'default' => 'mysql', + 'migrations' => 'migrations', 'connections' => [ 'lelong' => [ 'driver' => 'mysql',