Przeglądaj źródła

$newRow->status = 10;

visuddhinanda 2 lat temu
rodzic
commit
e5c42e4020
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Console/Commands/UpgradeWbwTemplate.php

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

@@ -110,7 +110,7 @@ class UpgradeWbwTemplate extends Command
             $newRow->editor_uid = config("app.admin.root_uuid");
             $newRow->content = trim($sent);
             $newRow->strlen = mb_strlen($sent,"UTF-8");
-            $newRow->status = 30;
+            $newRow->status = 10;
             $newRow->create_time = time()*1000;
             $newRow->modify_time = time()*1000;
             $newRow->language = 'en';