mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 03:23:19 +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:
@@ -21,7 +21,7 @@ class module_console_systemClearCache extends Command
|
||||
{
|
||||
parent::__construct($name);
|
||||
|
||||
$this->setDescription('Empties cache directories and cache-server data');
|
||||
$this->setDescription('Empties cache directories and cache-server data <fg=yellow;>(Deprecated use bin/setup system:clear-cache instead)</>');
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
@@ -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