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