Przeglądaj źródła

Merge branch 'v5.0.0dev' of https://gitee.com/ZhongBangKeJi/CRMEB into v5.0.0dev

liaofei 2 lat temu
rodzic
commit
caed54a6c6
1 zmienionych plików z 1 dodań i 1 usunięć
  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);