Skip to content
This repository has been archived by the owner on May 14, 2018. It is now read-only.

Commit

Permalink
Fixing typo: ObjectRepository -> ObjectRepositoryProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Mar 3, 2013
1 parent 29616a7 commit 889d090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/doctrine.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ return array(

'role_providers' => array(
// using an object repository (entity repository) to load all roles into our ACL
'BjyAuthorize\Provider\Role\ObjectRepository' => array(
'BjyAuthorize\Provider\Role\ObjectRepositoryProvider' => array(
'object_manager' => 'doctrine.entity_manager.orm_default',
'role_entity_class' => 'MyNamespace\Role',
),
Expand Down

0 comments on commit 889d090

Please sign in to comment.