From 90540300c5088ed6b046eb0fd4cf35f62ac0b0e4 Mon Sep 17 00:00:00 2001 From: Tchama Date: Mon, 27 Jul 2020 18:50:19 +0200 Subject: [PATCH] sf4, fix error with ORM\Table name of customfieldsgroup --- Entity/CustomFieldsGroup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Entity/CustomFieldsGroup.php b/Entity/CustomFieldsGroup.php index 20f79a921..f9bb90d6d 100644 --- a/Entity/CustomFieldsGroup.php +++ b/Entity/CustomFieldsGroup.php @@ -29,7 +29,7 @@ use Doctrine\Common\Collections\Collection; * CustomFieldGroup * * @ORM\Entity() - * @ORM\Table(name="customfieldsdefaultgroup") + * @ORM\Table(name="customfieldsgroup") */ class CustomFieldsGroup {