From 3f2e0998f7aa858dc65034cb8aef07271fd02a5c Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Fri, 9 Oct 2020 21:00:50 -0400 Subject: [PATCH] setting config/database.php to use pgsql not mysql --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index b42d9b3..155b0e1 100644 --- a/config/database.php +++ b/config/database.php @@ -15,7 +15,7 @@ return [ | */ - 'default' => env('DB_CONNECTION', 'mysql'), + 'default' => env('DB_CONNECTION', 'pgsql'), /* |--------------------------------------------------------------------------