@@ -59,7 +59,7 @@ |
||
59 | 59 | protected function buildContainer(): ContainerBuilder |
60 | 60 | { |
61 | 61 | $container = parent::buildContainer(); |
62 | - $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/config')); |
|
62 | + $loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/config')); |
|
63 | 63 | $loader->load('services.xml'); |
64 | 64 | |
65 | 65 | $container->setParameter('kernel.storage', $this->storage); |