@@ -17,7 +17,7 @@ |
||
| 17 | 17 | ): StartQueueConsumer { |
| 18 | 18 | return new StartQueueConsumer( |
| 19 | 19 | $container->get(QueueConsumerInterface::class), |
| 20 | - $container->get($contextName . '.action.container') |
|
| 20 | + $container->get($contextName.'.action.container') |
|
| 21 | 21 | ); |
| 22 | 22 | } |
| 23 | 23 | } |