소스 검색

channel option

visuddhinanda 6 일 전
부모
커밋
cb906a06f8
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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'));