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