瀏覽代碼

add dhamma_terms

visuddhinanda 2 年之前
父節點
當前提交
682172ddbf
共有 1 個文件被更改,包括 3 次插入0 次删除
  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');