Преглед изворни кода

:sparkles:export:ai.pali.word.token

visuddhinanda пре 1 година
родитељ
комит
148444e695
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      api-v8/app/Console/Commands/ExportOffline.php

+ 1 - 0
api-v8/app/Console/Commands/ExportOffline.php

@@ -119,6 +119,7 @@ class ExportOffline extends Command
         ]);
 
         $this->call('export:ai.training.data');
+        $this->call('export:ai.pali.word.token');
         unlink($exportStop);
         return 0;
     }