Skip to content

Commit ed20add

Browse files
author
Inscure
committed
Fix for "zfcuser_doctrine_em was requested but no service could be found"
1 parent 08c043a commit ed20add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function getServiceConfig()
3737
{
3838
return array(
3939
'aliases' => array(
40-
'zfcuser_doctrine_em' => 'doctrine.entitymanager.orm_default',
40+
'zfcuser_doctrine_em' => 'Doctrine\ORM\EntityManager',
4141
),
4242
'factories' => array(
4343
'zfcuser_module_options' => function ($sm) {

0 commit comments

Comments
 (0)