diff --git a/Resources/config/doctrine/Person.orm.yml b/Resources/config/doctrine/Person.orm.yml index e51644ecc..8e7ae03ee 100644 --- a/Resources/config/doctrine/Person.orm.yml +++ b/Resources/config/doctrine/Person.orm.yml @@ -54,7 +54,7 @@ Chill\PersonBundle\Entity\Person: targetEntity: Chill\MainBundle\Entity\Center nullable: false maritalStatus: - targetEntity: Chill\PersonBundle\Entity\maritalStatus + targetEntity: Chill\PersonBundle\Entity\MaritalStatus oneToMany: accompanyingPeriods: targetEntity: AccompanyingPeriod