Prechádzať zdrojové kódy

$newRow->content_type = "json";

visuddhinanda 2 rokov pred
rodič
commit
dc20afabac

+ 1 - 0
app/Console/Commands/UpgradeWbwTemplate.php

@@ -109,6 +109,7 @@ class UpgradeWbwTemplate extends Command
 				);
             $newRow->editor_uid = config("app.admin.root_uuid");
             $newRow->content = trim($sent);
+            $newRow->content_type = "json";
             $newRow->strlen = mb_strlen($sent,"UTF-8");
             $newRow->status = 10;
             $newRow->create_time = time()*1000;