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',