Skip to content

Commit 731e780

Browse files
committed
Merge pull request #69 from Inscure/patch-1
Doctrine removed aliases. This fix adds the alias 'zfcuser_doctrine_em' => 'Doctrine\ORM\EntityManager'.
2 parents 36bb99c + ed20add commit 731e780

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)