@@ -95,7 +95,7 @@ |
||
| 95 | 95 | $router, |
| 96 | 96 | $routerController |
| 97 | 97 | ); |
| 98 | - $defaults = [ |
|
| 98 | + $defaults = [ |
|
| 99 | 99 | '_controller' => $controllerKey, |
| 100 | 100 | RequestMeta::ATTRIBUTE_URI => $resource, |
| 101 | 101 | RequestMeta::ATTRIBUTE_PATH => $pathItem->getPath(), |
@@ -23,7 +23,7 @@ |
||
| 23 | 23 | */ |
| 24 | 24 | public function load(array $configs, ContainerBuilder $container) |
| 25 | 25 | { |
| 26 | - $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
| 26 | + $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
| 27 | 27 | $loader->load('services.yml'); |
| 28 | 28 | |
| 29 | 29 | $config = $this->processConfiguration(new Configuration(), $configs); |