@@ -26,7 +26,7 @@ |
||
26 | 26 | $configuration = new Configuration(); |
27 | 27 | $config = $this->processConfiguration($configuration, $configs); |
28 | 28 | |
29 | - $loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
29 | + $loader = new YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
30 | 30 | $loader->load('services.yml'); |
31 | 31 | |
32 | 32 | $container->setParameter('cms_kernel_admin_bridge.config', $config); |