mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 13:33:14 +00:00
Rename commands to task-manager namespace
This commit is contained in:
@@ -20,8 +20,8 @@ class SchedulerStop extends Command
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct('scheduler:stop');
|
||||
$this->setDescription('Starts Phraseanet scheduler');
|
||||
parent::__construct('task-manager:scheduler:stop');
|
||||
$this->setDescription('Starts Task-Manager scheduler. It updates the scheduler configuration.');
|
||||
}
|
||||
|
||||
protected function doExecute(InputInterface $input, OutputInterface $output)
|
||||
|
Reference in New Issue
Block a user