Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
11 | public function __invoke(ContainerInterface $serviceLocator, $requestedName, array $options = null) |
||
12 | { |
||
13 | return new \Laminas\Authentication\AuthenticationService( |
||
14 | $serviceLocator->get('LmcUser\Authentication\Storage\Db'), |
||
15 | $serviceLocator->get('LmcUser\Authentication\Adapter\AdapterChain') |
||
16 | ); |
||
17 | } |
||
18 | |||
30 |