diff --git a/config/database.php b/config/database.php index 3ba824a0..c6994596 100644 --- a/config/database.php +++ b/config/database.php @@ -59,7 +59,7 @@ return [ ], 'mysql' => [ - 'driver' => 'pgsql', + 'driver' => 'mysql', 'host' => env('DB_HOST'), 'port' => env('DB_PORT'), 'database' => env('DB_DATABASE'),