diff --git a/app/command/SprictTest.php b/app/command/HomeLocation.php similarity index 96% rename from app/command/SprictTest.php rename to app/command/HomeLocation.php index c0e8292c..f7eb4681 100644 --- a/app/command/SprictTest.php +++ b/app/command/HomeLocation.php @@ -16,13 +16,13 @@ use app\common\enum\user\UserTypeEnum; use think\facade\Db; -class SprictTest extends Command +class HomeLocation extends Command { protected function configure() { // 指令配置 - $this->setName('SprictTest') + $this->setName('HomeLocation') ->setDescription('测试输出'); }