From 0d435dcd9bc410875ceca8bd72f94b5de6b3402b Mon Sep 17 00:00:00 2001 From: Tchama Date: Mon, 27 Jul 2020 16:16:17 +0200 Subject: [PATCH] fix sf4 minor corrections on Doctrine ORM mapping Entities --- Entity/Report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Entity/Report.php b/Entity/Report.php index 038130411..fa81d9283 100644 --- a/Entity/Report.php +++ b/Entity/Report.php @@ -34,7 +34,7 @@ use Chill\CustomFieldsBundle\Entity\CustomFieldsGroup; * * @package Chill\ReportBundle\Entity * @ORM\Entity() - * @ORM\Table(null) + * @ORM\Table(name="report") * @ORM\HasLifecycleCallbacks() */ class Report implements HasCenterInterface, HasScopeInterface