@@ -18,7 +18,7 @@ |
||
| 18 | 18 | { |
| 19 | 19 | public function load(array $configs, ContainerBuilder $container): void |
| 20 | 20 | { |
| 21 | - $yamlLoader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
| 21 | + $yamlLoader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
| 22 | 22 | $yamlLoader->load('correlation_id.yaml'); |
| 23 | 23 | } |
| 24 | 24 | } |