| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | public function load(array $configs, ContainerBuilder $container) |
||
| 20 | { |
||
| 21 | $container->registerForAutoconfiguration(GeneratorFactoryInterface::class) |
||
| 22 | ->addTag('database_anonymizer.generator_factory'); |
||
| 23 | |||
| 24 | $loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config')); |
||
| 25 | $loader->load('services.xml'); |
||
| 26 | } |
||
| 28 |