Browse Source

:memo: export term

visuddhinanda 2 năm trước cách đây
mục cha
commit
cbac5e29f1

+ 2 - 2
app/Console/Commands/ExportOffline.php

@@ -62,11 +62,11 @@ class ExportOffline extends Command
         $this->call('export:create.db');
         $this->call('export:create.db');
 
 
         //term
         //term
-        $this->info('term');
+        $this->info('export term');
         $this->call('export:term');
         $this->call('export:term');
 
 
         //导出channel
         //导出channel
-        $this->info('channel');
+        $this->info('export channel');
         $this->call('export:channel');
         $this->call('export:channel');
 
 
         if(!$this->option('shortcut')){
         if(!$this->option('shortcut')){