afa 4 месяцев назад
Родитель
Сommit
eea8df40ba
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      application/api/command/Task.php

+ 2 - 2
application/api/command/Test.php → application/api/command/Task.php

@@ -12,11 +12,11 @@ use app\common\model\UserModel;
 use think\Model;
 
 
-class Test extends Command
+class Task extends Command
 {
     protected function configure()
     {
-        $this->setName('test')->setDescription('Here is the remark ');
+        $this->setName('task')->setDescription('Here is the remark ');
     }
 
     protected function execute(Input $input, Output $output)