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