Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
23 | public function load(array $config, ContainerBuilder $container): void |
||
24 | { |
||
25 | $config = $this->processConfiguration($this->getConfiguration([], $container), $config); |
||
26 | $loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
||
27 | |||
28 | $loader->load('services.yml'); |
||
29 | } |
||
30 | } |
||
31 |