get('ZfcUser\Authentication\Storage\Db'); /* @var $authAdapter Adapter\AdapterInterface */ $authAdapter = $serviceLocator->get('ZfcUser\Authentication\Adapter\AdapterChain'); return new AuthenticationService( $authStorage, $authAdapter ); } }