diff --git a/cookbook/security/entity_provider.rst b/cookbook/security/entity_provider.rst index 8ba616eb481..6e0ebabd598 100644 --- a/cookbook/security/entity_provider.rst +++ b/cookbook/security/entity_provider.rst @@ -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