@@ -33,7 +33,7 @@ |
||
33 | 33 | public function prepend(ContainerBuilder $container) |
34 | 34 | { |
35 | 35 | $parser = new Parser(); |
36 | - $config = $parser->parse(file_get_contents(__DIR__ . '/../Resources/config/config.yml')); |
|
36 | + $config = $parser->parse(file_get_contents(__DIR__.'/../Resources/config/config.yml')); |
|
37 | 37 | |
38 | 38 | foreach ($config as $key => $configuration) { |
39 | 39 | $container->prependExtensionConfig($key, $configuration); |