fixed incorrect typo
This commit is contained in:
parent
9f3f3fd450
commit
d97dfdfb17
|
|
@ -59,7 +59,7 @@ return [
|
|||
],
|
||||
|
||||
'mysql' => [
|
||||
'driver' => 'pgsql',
|
||||
'driver' => 'mysql',
|
||||
'host' => env('DB_HOST'),
|
||||
'port' => env('DB_PORT'),
|
||||
'database' => env('DB_DATABASE'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue