Sfoglia il codice sorgente

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

liaofei 2 anni fa
parent
commit
caed54a6c6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);