@@ -23,7 +23,7 @@ |
||
23 | 23 | $config = $this->processConfiguration(new Configuration(), $configs); |
24 | 24 | |
25 | 25 | // Load bundle services. |
26 | - $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
26 | + $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
27 | 27 | $loader->load('services.yml'); |
28 | 28 | |
29 | 29 | $serviceLoader = new ServiceLoaderManager($container); |