Updated environment file generation command to match what laravel is calling the variable now

This commit is contained in:
Luke Towers 2019-06-12 02:34:28 -06:00
parent 627c0aa643
commit 2fc515e2a5
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ class OctoberEnv extends Command
'SESSION_DRIVER' => 'driver', 'SESSION_DRIVER' => 'driver',
], ],
'queue' => [ 'queue' => [
'QUEUE_DRIVER' => 'default', 'QUEUE_CONNECTION' => 'default',
], ],
'mail' => [ 'mail' => [
'MAIL_DRIVER' => 'driver', 'MAIL_DRIVER' => 'driver',