|
@@ -22,7 +22,7 @@ |
|
|
block discarded – undo |
|
22
|
22
|
public function load(array $configs, ContainerBuilder $container): void |
|
23
|
23
|
{ |
|
24
|
24
|
$directory = |
|
25
|
|
- __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'Resources' . DIRECTORY_SEPARATOR . 'config'; |
|
|
25
|
+ __DIR__.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'Resources'.DIRECTORY_SEPARATOR.'config'; |
|
26
|
26
|
|
|
27
|
27
|
$loader = new Loader\YamlFileLoader($container, new FileLocator($directory)); |
|
28
|
28
|
$loader->load('services.yml'); |
Please login to merge, or discard this patch.