diff --git a/src/Entity/Group.php b/src/Entity/Group.php index 08ae4116..723d2aba 100644 --- a/src/Entity/Group.php +++ b/src/Entity/Group.php @@ -36,7 +36,7 @@ use Doctrine\ORM\Mapping as ORM; * This entity represents an user group. * * @ORM\Entity() - * @ORM\Table("groups") + * @ORM\Table("`groups`") */ class Group extends StructuralDBElement implements HasPermissionsInterface {