php - Zend\ServiceManager\ServiceManager::get was unable to fetch or create an instance for doctrine.authenticationservice.orm_default -
zend\servicemanager\servicemanager::get unable fetch or create instance doctrine.authenticationservice.orm_default installed
zend 2 frameworkauthdoctrinemodule. can see getting above error when try visit
http://localhost/test/public/auth-doctrine/index/login i getting error in module.php file.
if using doctrineormmodule:
return $servicemanager->get('doctrine.authenticationservice.odm_default'); can me how resolve this?
Comments
Post a Comment