소스 검색

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);