From a6c8800de5be0e1c48f3d75558bdc7f4a6f0e9a6 Mon Sep 17 00:00:00 2001 From: whwyy Date: Mon, 15 Apr 2024 15:27:43 +0800 Subject: [PATCH] eee --- Validator.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Validator.php b/Validator.php index c51a560..3a66abd 100644 --- a/Validator.php +++ b/Validator.php @@ -107,6 +107,7 @@ class Validator extends BaseValidator if (count($this->validators) < 1) { return true; } + var_dump($attributes); foreach ($attributes as $field => $attribute) { if (isset($this->validators[$field])) { $validator = $this->validators[$field];