diff --git a/config/database.php b/config/database.php index c3098f029d..9a40073397 100644 --- a/config/database.php +++ b/config/database.php @@ -73,7 +73,7 @@ if (false !== $useSSL && null !== $useSSL) { } return [ - 'default' => envNonEmpty('DB_CONNECTION', 'pgsql'), + 'default' => envNonEmpty('DB_CONNECTION', 'mysql'), 'connections' => [ 'sqlite' => [ 'driver' => 'sqlite',