eee
This commit is contained in:
@@ -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);
|
$binding = $property->getAttributes(Binding::class);
|
||||||
if (count($binding) > 0) {
|
if (count($binding) > 0) {
|
||||||
/** @var Binding $rule */
|
/** @var Binding $rule */
|
||||||
|
|||||||
Reference in New Issue
Block a user