瀏覽代碼

修改方法类型。

evoxwht 2 年之前
父節點
當前提交
3817b1fa00
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      crmeb/crmeb/utils/Terminal.php

+ 1 - 1
crmeb/crmeb/utils/Terminal.php

@@ -180,7 +180,7 @@ class Terminal
      * @email 136327134@qq.com
      * @date 2023/4/13
      */
-    protected function echoOutputFlag(string $message)
+    public function echoOutputFlag(string $message)
     {
         if ($this->output && $this->output instanceof Output) {
             $this->output->info($message);