#107 - bump laravel

This commit is contained in:
Adrian Hopek
2022-04-07 08:36:28 +02:00
parent 6af4380fe6
commit 6a7480cfb4
6 changed files with 69 additions and 69 deletions

View File

@@ -5,7 +5,7 @@ declare(strict_types=1);
use Illuminate\Support\Str;
return [
"default" => env("DB_CONNECTION", "mysql"),
"default" => env("DB_CONNECTION", "pgsql"),
"connections" => [
"pgsql" => [
"driver" => "pgsql",