浏览代码

Update sys.php

邹景立 3 年之前
父节点
当前提交
39b4af2f92
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/data/sys.php

+ 1 - 0
app/data/sys.php

@@ -14,6 +14,7 @@ use think\Console;
 $app = app();
 
 if ($app->request->isCli()) {
+    // 动态注册操作指令
     Console::starting(function (Console $console) {
         $console->addCommand(OrderClean::class);
         $console->addCommand(UserAgent::class);