Explorar el Código

:fire: export:offline

visuddhinanda hace 2 años
padre
commit
82b3b9ff70
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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:chapterdynamic');
         $this->call('upgrade:chapter.dynamic.weekly');
         $this->call('upgrade:chapter.dynamic.weekly');
-        $this->call('export:offline');
-
         return 0;
         return 0;
     }
     }
 }
 }