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 0bd1f75 commit 5557e38Copy full SHA for 5557e38
src/Symfony/Component/PropertyInfo/DependencyInjection/PropertyInfoPass.php
@@ -66,6 +66,6 @@ public function process(ContainerBuilder $container)
66
$definition->replaceArgument(3, new IteratorArgument($accessExtractors));
67
68
$initializableExtractors = $this->findAndSortTaggedServices($this->initializableExtractorTag, $container);
69
- $definition->replaceArgument(4, new IteratorArgument($initializableExtractors));
+ $definition->setArgument(4, new IteratorArgument($initializableExtractors));
70
}
71
0 commit comments