diff --git a/app/Console/Commands/Environment/RedisSetupCommand.php b/app/Console/Commands/Environment/RedisSetupCommand.php index f3acd50ef..39dbf2ad5 100644 --- a/app/Console/Commands/Environment/RedisSetupCommand.php +++ b/app/Console/Commands/Environment/RedisSetupCommand.php @@ -35,7 +35,7 @@ class RedisSetupCommand extends Command { $this->variables['CACHE_STORE'] = 'redis'; $this->variables['QUEUE_CONNECTION'] = 'redis'; - $this->variables['SESSION_DRIVERS'] = 'redis'; + $this->variables['SESSION_DRIVER'] = 'redis'; $this->requestRedisSettings();