From 2fc515e2a5f93c3445af9fe38d21ccd033243155 Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Wed, 12 Jun 2019 02:34:28 -0600 Subject: [PATCH] Updated environment file generation command to match what laravel is calling the variable now --- modules/system/console/OctoberEnv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/console/OctoberEnv.php b/modules/system/console/OctoberEnv.php index 62000a7aa..33d3db288 100644 --- a/modules/system/console/OctoberEnv.php +++ b/modules/system/console/OctoberEnv.php @@ -357,7 +357,7 @@ class OctoberEnv extends Command 'SESSION_DRIVER' => 'driver', ], 'queue' => [ - 'QUEUE_DRIVER' => 'default', + 'QUEUE_CONNECTION' => 'default', ], 'mail' => [ 'MAIL_DRIVER' => 'driver',