| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 25 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
||
| 26 | { |
||
| 27 | return new EntityEraser( |
||
| 28 | $container->get('Core/EntityEraser/Dependencies/Events'), |
||
| 29 | $container->get('Core/EntityEraser/Load/Events'), |
||
| 30 | $container->get('repositories') |
||
| 31 | ); |
||
| 32 | } |
||
| 33 | } |
||
| 34 |