@@ -18,7 +18,7 @@ |
||
18 | 18 | string $contextName = ConfigProvider::DEFAULT_CONTEXT |
19 | 19 | ): Producer { |
20 | 20 | $contextConfig = ConfigProvider::getContextConfig($contextName, $container->get(ConfigProvider::CONFIG_KEY)); |
21 | - $context = $container->get($contextConfig[ConfigProvider::CONTEXTS_TYPE_KEY] . self::SERVICE_SUFFIX); |
|
21 | + $context = $container->get($contextConfig[ConfigProvider::CONTEXTS_TYPE_KEY].self::SERVICE_SUFFIX); |
|
22 | 22 | |
23 | 23 | return new JobProducer($context); |
24 | 24 | } |
@@ -50,7 +50,7 @@ |
||
50 | 50 | ], |
51 | 51 | ], |
52 | 52 | 'factories' => [ |
53 | - self::DEFAULT_CONTEXT . '.action.container' => ActionContainerFactory::class, |
|
53 | + self::DEFAULT_CONTEXT.'.action.container' => ActionContainerFactory::class, |
|
54 | 54 | MessageProcessor::class => MessageProcessorFactory::class, |
55 | 55 | Producer::class => ProducerFactory::class, |
56 | 56 | ], |