From a1c7907146d34796b6b8f3aaa04bf13fc2cf195e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 10 Nov 2021 11:25:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Validator.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Validator.php b/src/Validator.php index 5caebfe..01be564 100644 --- a/src/Validator.php +++ b/src/Validator.php @@ -191,6 +191,7 @@ class Validator extends BaseValidator } $isTrue = false; if ($val instanceof BaseValidator) { + var_dump($val->getError()); $this->addError($val->getError()); } break;