mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 00:34:44 +02:00
Fix typo for SESSION_DRIVER
in RedisSetupCommand
(#1188)
This commit is contained in:
parent
a768fadaea
commit
bca02ced86
@ -35,7 +35,7 @@ class RedisSetupCommand extends Command
|
|||||||
{
|
{
|
||||||
$this->variables['CACHE_STORE'] = 'redis';
|
$this->variables['CACHE_STORE'] = 'redis';
|
||||||
$this->variables['QUEUE_CONNECTION'] = 'redis';
|
$this->variables['QUEUE_CONNECTION'] = 'redis';
|
||||||
$this->variables['SESSION_DRIVERS'] = 'redis';
|
$this->variables['SESSION_DRIVER'] = 'redis';
|
||||||
|
|
||||||
$this->requestRedisSettings();
|
$this->requestRedisSettings();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user