@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | { |
26 | 26 | $loader = new XmlFileLoader( |
27 | 27 | $container, |
28 | - new FileLocator(__DIR__ . '/../Resources/config') |
|
28 | + new FileLocator(__DIR__.'/../Resources/config') |
|
29 | 29 | ); |
30 | 30 | $loader->load('admin_extension.xml'); |
31 | 31 | $loader->load('security.xml'); |
@@ -39,7 +39,7 @@ discard block |
||
39 | 39 | */ |
40 | 40 | public function prepend(ContainerBuilder $container) |
41 | 41 | { |
42 | - $config = Yaml::parse(file_get_contents(__DIR__ . '/../Resources/config/config.yml')); |
|
42 | + $config = Yaml::parse(file_get_contents(__DIR__.'/../Resources/config/config.yml')); |
|
43 | 43 | |
44 | 44 | foreach ($config as $name => $extension) { |
45 | 45 | $container->prependExtensionConfig($name, $extension); |