@@ -27,7 +27,7 @@ |
||
27 | 27 | $configuration = new Configuration(); |
28 | 28 | $this->processConfiguration($configuration, $configs); |
29 | 29 | |
30 | - $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
30 | + $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
31 | 31 | $loader->load('services.yml'); |
32 | 32 | |
33 | 33 | $menuBuilder = $container->getDefinition('alpixel_menu.builder'); |