diff --git a/src/Validator.php b/src/Validator.php index 7f829b1..f2670bc 100644 --- a/src/Validator.php +++ b/src/Validator.php @@ -196,7 +196,6 @@ class Validator extends BaseValidator } break; } - $this->validators = null; $this->validators = []; return !isset($isTrue); }