fixed incorrect typo

This commit is contained in:
Jeremy Quinton 2018-06-29 18:49:56 +02:00
parent 9f3f3fd450
commit d97dfdfb17
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ return [
],
'mysql' => [
'driver' => 'pgsql',
'driver' => 'mysql',
'host' => env('DB_HOST'),
'port' => env('DB_PORT'),
'database' => env('DB_DATABASE'),