Skip to content

Commit bdd3cc8

Browse files
committed
add transport processor tag.
1 parent a4618dc commit bdd3cc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/AsyncCommandExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public function load(array $configs, ContainerBuilder $container)
2222
'queue_prefixed' => false,
2323
'exclusive' => true,
2424
])
25+
->addTag('enqueue.transport.processor')
2526
;
2627
}
2728
}

0 commit comments

Comments
 (0)