From 07349197edd97a427a4e8ffc48d5f4be6541a1e4 Mon Sep 17 00:00:00 2001 From: Arno Kaimbacher Date: Mon, 2 Sep 2019 17:44:34 +0200 Subject: [PATCH] databse config to pgsql --- config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.php b/config/database.php index 8d9b3db..e2f1312 100755 --- a/config/database.php +++ b/config/database.php @@ -26,7 +26,7 @@ return [ | */ - 'default' => 'sqlsrv', + 'default' => 'pgsql', /* |--------------------------------------------------------------------------