From 9f0d8e53ab87a9dbc3905ba395fc1a647c884e81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 20 Aug 2018 21:35:36 +0200 Subject: [PATCH] remove "todo" --- Entity/Person.php | 2 -- 1 file changed, 2 deletions(-) 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 = '';