@@ -17,6 +17,6 @@ |
||
| 17 | 17 | |
| 18 | 18 | public function registerContainerConfiguration(LoaderInterface $loader) |
| 19 | 19 | { |
| 20 | - $loader->load(__DIR__.'/config.yml'); |
|
| 20 | + $loader->load(__DIR__ . '/config.yml'); |
|
| 21 | 21 | } |
| 22 | 22 | } |