diff --git a/Entity/Person.php b/Entity/Person.php index f6a404504..c86490331 100644 --- a/Entity/Person.php +++ b/Entity/Person.php @@ -65,8 +65,6 @@ class Person implements HasCenterInterface { /** @var \Chill\PersonBundle\Entity\MaritalStatus The marital status of the person */ private $maritalStatus; - //TO-ADD : address - /** @var string Contact information for contacting the person */ private $contactInfo = '';