1 | <?php |
||
12 | final class TacticianMiddlewareCompilerPass implements CompilerPassInterface |
||
13 | { |
||
14 | private const QUEUE_PRODUCER_CHAIN_STRATEGY = ChainedStrategy::class; |
||
15 | private const TACTICIAN_MIDDLEWARE_STRATEGY_TAG = 'tactician_queue.job_producing_strategy'; |
||
16 | |||
17 | 1 | public function process(ContainerBuilder $container) |
|
29 | } |
||
30 |