|
@@ -12,11 +12,11 @@ use app\common\model\UserModel;
|
|
|
use think\Model;
|
|
use think\Model;
|
|
|
|
|
|
|
|
|
|
|
|
|
-class Test extends Command
|
|
|
|
|
|
|
+class Task extends Command
|
|
|
{
|
|
{
|
|
|
protected function configure()
|
|
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)
|
|
protected function execute(Input $input, Output $output)
|