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