瀏覽代碼

:fire: export:offline

visuddhinanda 3 年之前
父節點
當前提交
82b3b9ff70
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      app/Console/Commands/UpgradeWeekly.php

+ 0 - 2
app/Console/Commands/UpgradeWeekly.php

@@ -40,8 +40,6 @@ class UpgradeWeekly extends Command
         # 段落更新图
         $this->call('upgrade:chapterdynamic');
         $this->call('upgrade:chapter.dynamic.weekly');
-        $this->call('export:offline');
-
         return 0;
     }
 }