| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | 7 | public function __invoke(ContainerInterface $container, $requestedName, array $options = null) |
|
| 19 | { |
||
| 20 | 7 | return new BaseResourceMiddleware( |
|
| 21 | 7 | $container->get(EntityManager::class), |
|
| 22 | 7 | $container->get(LoggerInterface::class), |
|
| 23 | 7 | DbConfiguration::class, |
|
| 24 | 7 | 'configuration' |
|
| 25 | ); |
||
| 26 | } |
||
| 27 | } |
||
| 28 |