Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | public function load(array $config, ContainerBuilder $container): void |
||
18 | { |
||
19 | $config = $this->processConfiguration($this->getConfiguration([], $container), $config); |
||
20 | |||
21 | $loader = new YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
||
22 | |||
23 | $loader->load('services.yaml'); |
||
24 | } |
||
26 |