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 8cef427 commit 0f08a59Copy full SHA for 0f08a59
Symfony/Consumption/ConfigurableConsumeCommand.php
@@ -46,7 +46,7 @@ public function __construct(
46
ContainerInterface $container,
47
string $defaultTransport,
48
string $queueConsumerIdPattern = 'enqueue.transport.%s.queue_consumer',
49
- string $processorRegistryIdPattern = 'enqueue.transport.%s.processor_registry',
+ string $processorRegistryIdPattern = 'enqueue.transport.%s.processor_registry'
50
) {
51
$this->container = $container;
52
$this->defaultTransport = $defaultTransport;
0 commit comments