mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Rename commands to task-manager namespace
This commit is contained in:
@@ -21,7 +21,7 @@ class TaskState extends Command
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct('task:state');
|
||||
parent::__construct('task-manager:task:state');
|
||||
|
||||
$this
|
||||
->addArgument('task_id', InputArgument::REQUIRED, 'The task_id to test')
|
||||
|
Reference in New Issue
Block a user