Explorar el Código

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

liaofei hace 2 años
padre
commit
caed54a6c6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
      * @email 136327134@qq.com
      * @date 2023/4/13
      * @date 2023/4/13
      */
      */
-    protected function echoOutputFlag(string $message)
+    public function echoOutputFlag(string $message)
     {
     {
         if ($this->output && $this->output instanceof Output) {
         if ($this->output && $this->output instanceof Output) {
             $this->output->info($message);
             $this->output->info($message);