Skip to content

Commit

Permalink
Fix for "zfcuser_doctrine_em was requested but no service could be fo…
Browse files Browse the repository at this point in the history
…und"
  • Loading branch information
Inscure committed Jan 25, 2014
1 parent 08c043a commit ed20add
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 ed20add

Please sign in to comment.