2
0
visuddhinanda 1 сар өмнө
parent
commit
b1c054c3d8

+ 1 - 0
api-v13/app/Console/Commands/ExportAiTrainingData.php

@@ -174,6 +174,7 @@ class ExportAiTrainingData extends Command
                     'translation' => $translation,
                     'category' => $tags,
                     'path' => $path,
+                    'updated_at' => $sent->updated_at
                 ];
 
                 fwrite($fp, json_encode($currData, JSON_UNESCAPED_UNICODE) . "\n");