#107 - bump laravel (#111)

This commit is contained in:
Adrian Hopek
2022-04-07 08:45:04 +02:00
committed by GitHub
parent 6af4380fe6
commit 84403a762a
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",