fix sf4 minor corrections on Doctrine ORM mapping Entities

This commit is contained in:
Tchama 2020-07-27 16:16:17 +02:00
parent b001309778
commit 0d435dcd9b

View File

@ -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