lszyh
zengyyh 5 months ago
parent 4a73816b53
commit 96ac10b931
  1. 4
      app/command/HomeLocation.php

@ -16,13 +16,13 @@ use app\common\enum\user\UserTypeEnum;
use think\facade\Db; use think\facade\Db;
class SprictTest extends Command class HomeLocation extends Command
{ {
protected function configure() protected function configure()
{ {
// 指令配置 // 指令配置
$this->setName('SprictTest') $this->setName('HomeLocation')
->setDescription('测试输出'); ->setDescription('测试输出');
} }
Loading…
Cancel
Save