We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dec7ab + cbfd336 commit 8172469Copy full SHA for 8172469
DependencyInjection/Compiler/CustomHandlersPass.php
@@ -76,7 +76,7 @@ public function process(ContainerBuilder $container)
76
77
if (class_exists(ServiceLocatorTagPass::class)) {
78
$serviceLocator = ServiceLocatorTagPass::register($container, $handlerServices);
79
- $container->getDefinition('jms_serializer.handler_registry')->replaceArgument(0, $serviceLocator);
+ $container->findDefinition('jms_serializer.handler_registry')->replaceArgument(0, $serviceLocator);
80
}
81
82
0 commit comments