10000 Update src/Symfony/Component/Messenger/DependencyInjection/MessengerP… · symfony/symfony@9404b5a · GitHub
[go: up one dir, main page]

Skip to content

Commit 9404b5a

Browse files
Update src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php
Co-Authored-By: Juan Miguel <juanmiguelbesada@gmail.com>
1 parent 17d5a2d commit 9404b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private function registerHandlers(ContainerBuilder $container, array $busIds)
7979
throw new RuntimeException(sprintf('Invalid handler service "%s": bus "%s" specified on the tag "%s" does not exist (known ones are: %s).', $serviceId, $tag['bus'], $this->handlerTag, implode(', ', $busIds)));
8080
}
8181

82-
$className = $this->getDefinitionClass($serviceId, $container);
82+
$className = $this->getDefinitionClass($container, $serviceId);
8383
$r = $container->getReflectionClass($className);
8484

8585
if (null === $r) {

0 commit comments

Comments
 (0)
0