We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c106a9d commit 50cb90dCopy full SHA for 50cb90d
src/DependencyInjection/RulesExtension.php
@@ -22,7 +22,7 @@ public function loadConfiguration(): void
22
foreach ($config as $key => $rule) {
23
$builder->addDefinition($this->prefix((string) $key))
24
->setFactory($rule)
25
- ->setAutowired(false)
+ ->setAutowired($rule)
26
->addTag(RegistryFactory::RULE_TAG);
27
}
28
0 commit comments