mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 18:43:49 +00:00
add indeterminate gender
This commit is contained in:
@@ -60,6 +60,7 @@ class Person implements HasCenterInterface {
|
||||
|
||||
const MALE_GENDER = 'man';
|
||||
const FEMALE_GENDER = 'woman';
|
||||
const BOTH_GENDER = 'both';
|
||||
|
||||
/** @var \Chill\PersonBundle\Entity\MaritalStatus The marital status of the person */
|
||||
private $maritalStatus;
|
||||
|
Reference in New Issue
Block a user