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 7089d97

Browse filesBrowse files
committed
[#3116] Fixing wrong table name - singular is used elsewhere
1 parent 1714a31 commit 7089d97
Copy full SHA for 7089d97

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.