This commit is contained in:
2023-04-21 10:59:15 +08:00
parent 0710c94a79
commit 6a167cbb32
+1 -1
View File
@@ -160,7 +160,7 @@ class ' . $managerName . ' extends Model
if (is_null($value)) {
$value = [];
}
return \json_encode($value, JSON_UNESCAPED_UNICODE);
return \json_encode($value);
}
';