This commit is contained in:
2023-08-21 17:24:55 +08:00
parent 3ede2769d6
commit 10cd016b5e
+3 -3
View File
@@ -14,13 +14,13 @@ class Validator
/** /**
* @var ValidatorInterface[] * @var ValidatorInterface[]
*/ */
private array $rules = []; protected array $rules = [];
private string $message; protected string $message = '';
private object $formData; protected object $formData;
/** /**