This commit is contained in:
James Cole 2020-09-12 06:28:23 +02:00
parent 098eac8bab
commit 29445e4ffb
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -73,7 +73,7 @@ if (false !== $useSSL && null !== $useSSL) {
}
return [
'default' => envNonEmpty('DB_CONNECTION', 'pgsql'),
'default' => envNonEmpty('DB_CONNECTION', 'mysql'),
'connections' => [
'sqlite' => [
'driver' => 'sqlite',