remove "todo"

This commit is contained in:
Julien Fastré 2018-08-20 21:35:36 +02:00
parent 2f7a8f1ebc
commit 9f0d8e53ab

View File

@ -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 = '';