Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9967b0c

Browse filesBrowse 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
Copy full SHA for 9967b0c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cookbook/security/entity_provider.rst

Copy file name to clipboardExpand all lines: cookbook/security/entity_provider.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.