@@ -17,8 +17,8 @@ |
||
| 17 | 17 | |
| 18 | 18 | public function registerContainerConfiguration(LoaderInterface $loader) |
| 19 | 19 | { |
| 20 | - new \PDO('sqlite:' . __DIR__ . '/sqlite.db'); |
|
| 21 | - $loader->load(__DIR__ . '/config.yml'); |
|
| 20 | + new \PDO('sqlite:'.__DIR__.'/sqlite.db'); |
|
| 21 | + $loader->load(__DIR__.'/config.yml'); |
|
| 22 | 22 | } |
| 23 | 23 | |
| 24 | 24 | protected function build(ContainerBuilder $container) |