ソースを参照

$newRow->content_type = "json";

visuddhinanda 2 年 前
コミット
dc20afabac
1 ファイル変更1 行追加0 行削除
  1. 1 0
      app/Console/Commands/UpgradeWbwTemplate.php

+ 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;