@@ -18,7 +18,7 @@ |
||
| 18 | 18 | $config = $this->processConfiguration($configuration, $configs); |
| 19 | 19 | $this->bindParameters($container, 'alpixel_user', $config); |
| 20 | 20 | |
| 21 | - $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
| 21 | + $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
| 22 | 22 | $loader->load('services.yml'); |
| 23 | 23 | } |
| 24 | 24 | |