@@ -38,7 +38,7 @@ |
||
38 | 38 | public function prepend(ContainerBuilder $container) |
39 | 39 | { |
40 | 40 | $parser = new Parser(); |
41 | - $config = $parser->parse(file_get_contents(__DIR__ . '/../Resources/config/config.yml')); |
|
41 | + $config = $parser->parse(file_get_contents(__DIR__.'/../Resources/config/config.yml')); |
|
42 | 42 | |
43 | 43 | foreach ($config as $key => $configuration) { |
44 | 44 | $container->prependExtensionConfig($key, $configuration); |