Skip to content

Commit

Permalink
Fix object_manager class name
Browse files Browse the repository at this point in the history
  • Loading branch information
danizord committed Nov 8, 2012
1 parent ceef726 commit 33816aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/authentication.md
Expand Up @@ -23,7 +23,7 @@ return array(
'doctrine' => array(
'authentication' => array(
'orm_default' => array(
'object_manager' => 'Doctrine\ORM\Entity\Manager',
'object_manager' => 'Doctrine\ORM\EntityManager',
'identity_class' => 'Application\Entity\User',
'identity_property' => 'email',
'credential_property' => 'password',
Expand Down Expand Up @@ -54,7 +54,7 @@ return array(
'doctrine' => array(
'authentication' => array(
'orm_default => array(
'object_manager' => 'Doctrine\ORM\Entity\Manager',
'object_manager' => 'Doctrine\ORM\EntityManager',
'identity_class' => 'Application\Entity\User',
'identity_property' => 'email',
'credential_property' => 'password',
Expand Down

0 comments on commit 33816aa

Please sign in to comment.