From 6eb493aef886b82acbedcfe1c1e0914cf233fb13 Mon Sep 17 00:00:00 2001 From: whwyy Date: Tue, 19 Dec 2023 17:25:49 +0800 Subject: [PATCH] eee --- src/Validator/BindForm.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Validator/BindForm.php b/src/Validator/BindForm.php index 85be4df..7d167e9 100644 --- a/src/Validator/BindForm.php +++ b/src/Validator/BindForm.php @@ -81,11 +81,6 @@ class BindForm implements InjectParameterInterface } - $propertyConfig = $property->getAttributes(Config::class); - if (count($propertyConfig) > 0) { - ($propertyConfig[0]->newInstance())->dispatch($object, $property->getName()); - } - $binding = $property->getAttributes(Binding::class); if (count($binding) > 0) { /** @var Binding $rule */