Skip to content

Commit 8172469

Browse files
authored
Merge pull request #630 from xabbuh/patch-1
drop getDefinition() in favor of findDefinition()
2 parents 9dec7ab + cbfd336 commit 8172469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Compiler/CustomHandlersPass.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function process(ContainerBuilder $container)
7676

7777
if (class_exists(ServiceLocatorTagPass::class)) {
7878
$serviceLocator = ServiceLocatorTagPass::register($container, $handlerServices);
79-
$container->getDefinition('jms_serializer.handler_registry')->replaceArgument(0, $serviceLocator);
79+
$container->findDefinition('jms_serializer.handler_registry')->replaceArgument(0, $serviceLocator);
8080
}
8181
}
8282
}

0 commit comments

Comments
 (0)