@@ -21,7 +21,7 @@ |
||
21 | 21 | */ |
22 | 22 | public function load(array $configs, ContainerBuilder $container): void |
23 | 23 | { |
24 | - $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
|
24 | + $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
|
25 | 25 | $loader->load('services.yml'); |
26 | 26 | } |
27 | 27 | } |
@@ -21,6 +21,6 @@ |
||
21 | 21 | |
22 | 22 | public function registerContainerConfiguration(LoaderInterface $loader): void |
23 | 23 | { |
24 | - $loader->load(__DIR__ . '/config.yml'); |
|
24 | + $loader->load(__DIR__.'/config.yml'); |
|
25 | 25 | } |
26 | 26 | } |