diff --git a/BaseValidator.php b/BaseValidator.php index 44e0fae..da1be48 100644 --- a/BaseValidator.php +++ b/BaseValidator.php @@ -10,7 +10,7 @@ use Exception; abstract class BaseValidator { - public string $field = ''; + public array $field = []; public array $rules = [];