From 011e0cd9b85f471403a85b27033fcead154485bf Mon Sep 17 00:00:00 2001 From: Administrator Date: Sun, 12 Dec 2021 06:06:15 +0800 Subject: [PATCH] 1 --- src/Validator.php | 1 - 1 file changed, 1 deletion(-) 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); }