Browse Source

Update sys.php

邹景立 3 years ago
parent
commit
39b4af2f92
1 changed files with 1 additions and 0 deletions
  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);