This commit is contained in:
2024-04-15 15:34:13 +08:00
parent a6c8800de5
commit 4454cdd772
+1
View File
@@ -47,6 +47,7 @@ class TypesOfValidator extends BaseValidator
*/ */
public function jsonFormat(?string $value): bool public function jsonFormat(?string $value): bool
{ {
var_dump(json_validate($value), $value);
return json_validate($value); return json_validate($value);
} }