Skip to content

Commit

Permalink
Merge pull request #69 from Inscure/patch-1
Browse files Browse the repository at this point in the history
Doctrine removed aliases. This fix adds the alias 'zfcuser_doctrine_em' => 'Doctrine\ORM\EntityManager'.
  • Loading branch information
Danielss89 committed Apr 4, 2014
2 parents 36bb99c + ed20add commit 731e780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function getServiceConfig()
{
return array(
'aliases' => array(
'zfcuser_doctrine_em' => 'doctrine.entitymanager.orm_default',
'zfcuser_doctrine_em' => 'Doctrine\ORM\EntityManager',
),
'factories' => array(
'zfcuser_module_options' => function ($sm) {
Expand Down

0 comments on commit 731e780

Please sign in to comment.