Skip to content

Commit 7089d97

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

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)