| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 31 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
||
| 32 | { |
||
| 33 | $organizationRepository = $container->get('repositories')->get('Organizations/Organization'); |
||
| 34 | |||
| 35 | $form = new Form\Organizations(null); |
||
| 36 | |||
| 37 | return new IndexController($form, $organizationRepository); |
||
| 38 | } |
||
| 39 | |||
| 53 |