| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 10 | 
| Code Lines | 6 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 29 | public function load(array $configs, ContainerBuilder $container) | ||
| 30 |     { | ||
| 31 | $configuration = new Configuration(); | ||
| 32 | $config = $this->processConfiguration($configuration, $configs); | ||
| 33 | |||
| 34 |         $container->setParameter('wowapps.proxybonanza.config', $config); | ||
| 35 | |||
| 36 | $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); | ||
| 37 |         $loader->load('repositories.yaml'); | ||
| 38 |         $loader->load('services.yaml'); | ||
| 39 | } | ||
| 41 |