Skip to content

Commit

Permalink
minor #3638 [#3116] Fixing wrong table name - singular is used elsewh…
Browse files Browse the repository at this point in the history
…ere (weaverryan)

This PR was merged into the 2.3 branch.

Discussion
----------

[#3116] Fixing wrong table name - singular is used elsewhere

See #3116. It seems like there's a preference towards singular names, so this fixes the wrong table name, while keeping everything singular.

| Q             | A
| ------------- | ---
| Doc fix?   | yes
| New docs?  | no
| Applies to  |  2.3
| Fixed tickets | no

Thanks!

Commits
-------

7089d97 [#3116] Fixing wrong table name - singular is used elsewhere
  • Loading branch information
weaverryan committed Mar 19, 2014
2 parents 65150f9 + 7089d97 commit 9967b0c
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 9967b0c

Please sign in to comment.