@@ -27,7 +27,7 @@ |
||
| 27 | 27 | $config['admin'] |
| 28 | 28 | ); |
| 29 | 29 | |
| 30 | - $loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
| 30 | + $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
| 31 | 31 | $loader->load('reader.xml'); |
| 32 | 32 | } |
| 33 | 33 | } |