We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36bb99c + ed20add commit 731e780Copy full SHA for 731e780
Module.php
@@ -37,7 +37,7 @@ public function getServiceConfig()
37
{
38
return array(
39
'aliases' => array(
40
- 'zfcuser_doctrine_em' => 'doctrine.entitymanager.orm_default',
+ 'zfcuser_doctrine_em' => 'Doctrine\ORM\EntityManager',
41
),
42
'factories' => array(
43
'zfcuser_module_options' => function ($sm) {
0 commit comments