diff --git a/pkg/enqueue-bundle/DependencyInjection/Compiler/BuildExclusiveCommandsExtensionPass.php b/pkg/enqueue-bundle/DependencyInjection/Compiler/BuildExclusiveCommandsExtensionPass.php index f01468f0d..978341ab7 100644 --- a/pkg/enqueue-bundle/DependencyInjection/Compiler/BuildExclusiveCommandsExtensionPass.php +++ b/pkg/enqueue-bundle/DependencyInjection/Compiler/BuildExclusiveCommandsExtensionPass.php @@ -32,7 +32,7 @@ public function process(ContainerBuilder $container) continue; } - if (false == isset($subscription['exclusive'])) { + if (false == isset($subscription['exclusive']) || $subscription['exclusive'] === false) { continue; }