Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
19 | public function load(array $config, ContainerBuilder $container): void |
||
20 | { |
||
21 | $config = $this->processConfiguration($this->getConfiguration([], $container), $config); |
||
|
|||
22 | $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config')); |
||
23 | |||
24 | $this->registerResources('loevgaard_sylius_brand', $config['driver'], $config['resources'], $container); |
||
25 | |||
26 | $loader->load('services.xml'); |
||
27 | } |
||
29 |