Sfoglia il codice sorgente

修改方法类型。

evoxwht 2 anni fa
parent
commit
3817b1fa00
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
      * @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);