Skip to content

Commit 9967b0c

Browse files
committed
minor #3638 [#3116] Fixing wrong table name - singular is used elsewhere (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
2 parents 65150f9 + 7089d97 commit 9967b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/entity_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ of the application::
629629
use Doctrine\ORM\Mapping as ORM;
630630

631631
/**
632-
* @ORM\Table(name="acme_roles")
632+
* @ORM\Table(name="acme_role")
633633
* @ORM\Entity()
634634
*/
635635
class Role implements RoleInterface

0 commit comments

Comments
 (0)