diff --git a/Resources/config/doctrine/Report.orm.yml b/Resources/config/doctrine/Report.orm.yml index 49a6182c5..5ae4cf3f9 100644 --- a/Resources/config/doctrine/Report.orm.yml +++ b/Resources/config/doctrine/Report.orm.yml @@ -19,7 +19,7 @@ Chill\ReportBundle\Entity\Report: user: targetEntity: Chill\MainBundle\Entity\User person: - targetEntity: Chill\MainBundle\Entity\Person + targetEntity: Chill\PersonBundle\Entity\Person cFGroup: targetEntity: Chill\CustomFieldsBundle\Entity\CustomFieldsGroup lifecycleCallbacks: { } \ No newline at end of file