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 1150b9d commit 93c90d4Copy full SHA for 93c90d4
DependencyInjection/Configuration.php
@@ -970,7 +970,7 @@ private function addMessengerSection(ArrayNodeDefinition $rootNode)
970
->children()
971
->arrayNode('messenger')
972
->info('Messenger configuration')
973
- ->{!class_exists(FullStack::class) && class_exists(MessageBusInterface::class) ? 'canBeDisabled' : 'canBeEnabled'}()
+ ->{!class_exists(FullStack::class) && interface_exists(MessageBusInterface::class) ? 'canBeDisabled' : 'canBeEnabled'}()
974
->fixXmlConfig('adapter')
975
976
->arrayNode('routing')
0 commit comments