Explorar el Código

channel option

visuddhinanda hace 6 días
padre
commit
cb906a06f8
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      api-v13/app/Console/Commands/UpgradeProgressChapter.php

+ 3 - 0
api-v13/app/Console/Commands/UpgradeProgressChapter.php

@@ -64,6 +64,9 @@ class UpgradeProgressChapter extends Command
         $book = $this->option('book');
         $para = $this->option('para');
         $channelId = $this->option('channel');
+        if ($channelId) {
+            $this->line('channel=' . $channelId);
+        }
 
         \App\Tools\Markdown::driver($this->option('driver'));