Jelajahi Sumber

修改方法类型。

evoxwht 2 tahun lalu
induk
melakukan
3817b1fa00
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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);