Explorar o código

add dhamma_terms

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
682172ddbf
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      app/Console/Commands/ExportOffline.php

+ 3 - 0
app/Console/Commands/ExportOffline.php

@@ -42,6 +42,9 @@ class ExportOffline extends Command
         //建表
         $this->info('create db');
         $this->call('export:create.db');
+        //term
+        $this->info('term');
+        $this->call('export:term');
         //导出channel
         $this->info('channel');
         $this->call('export:channel');