Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 604c689

Browse files
committed
Fix typo in the method name
1 parent 08be233 commit 604c689

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
@@ -189,7 +189,7 @@ private function registerHandlers(ContainerBuilder $container, array $busIds)
189189
}
190190
}
191191

192-
if ($container->hasDefinitgion('console.command.messenger_debug')) {
192+
if ($container->hasDefinition('console.command.messenger_debug')) {
193193
$debugCommandMapping = $handlersByBusAndMessage;
194194
foreach ($busIds as $bus) {
195195
if (!isset($debugCommandMapping[$bus])) {

0 commit comments

Comments
 (0)