From 3e2307fc465774a171bc6f04095a3a54d242aa02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sun, 16 Apr 2023 14:50:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Validator/Validator.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Validator/Validator.php b/src/Validator/Validator.php index 4395b2f..509669b 100644 --- a/src/Validator/Validator.php +++ b/src/Validator/Validator.php @@ -77,7 +77,6 @@ class Validator */ public function run(ServerRequestInterface|Request $request): bool { - $this->bindData($request); foreach ($this->rules as $name => $rule) { if (!$rule->dispatch($this->formData, $name)) { return false;