Skip to content

Commit

Permalink
[#3116] Fixing wrong table name - singular is used elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Mar 5, 2014
1 parent 1714a31 commit 7089d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/entity_provider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ of the application::
use Doctrine\ORM\Mapping as ORM;
/**
* @ORM\Table(name="acme_roles")
* @ORM\Table(name="acme_role")
* @ORM\Entity()
*/
class Role implements RoleInterface
Expand Down

0 comments on commit 7089d97

Please sign in to comment.