@@ -29,6 +29,6 @@ |
||
| 29 | 29 | */ |
| 30 | 30 | public function registerContainerConfiguration(LoaderInterface $loader) |
| 31 | 31 | { |
| 32 | - $loader->load(__DIR__ . '/config_' . $this->getEnvironment() . '.yml'); |
|
| 32 | + $loader->load(__DIR__.'/config_'.$this->getEnvironment().'.yml'); |
|
| 33 | 33 | } |
| 34 | 34 | } |