mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
PHRAS-4011 : Moving cmd from console to setup - system:clear-cache system:clear-session (#4460)
* cmd clear cache in bin/setup * Change maintenance state wording
This commit is contained in:
@@ -11,7 +11,7 @@ class module_console_systemClearSessionCache extends Command
|
||||
{
|
||||
parent::__construct($name);
|
||||
|
||||
$this->setDescription('Empties session cache in redis');
|
||||
$this->setDescription('Empties session cache in redis <fg=yellow;>(Deprecated use bin/setup system:clear-session-cache instead)</>');
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user