mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 18:43:49 +00:00
Renaming genre into gender & dateOfBirth into birthdate
This commit is contained in:
@@ -25,8 +25,8 @@ class GenderType extends AbstractType {
|
||||
public function setDefaultOptions(OptionsResolverInterface $resolver) {
|
||||
|
||||
$a = array(
|
||||
Person::GENRE_MAN => Person::GENRE_MAN,
|
||||
Person::GENRE_WOMAN => Person::GENRE_WOMAN
|
||||
Person::MALE_GENDER => Person::MALE_GENDER,
|
||||
Person::FEMALE_GENDER => Person::FEMALE_GENDER
|
||||
);
|
||||
|
||||
$resolver->setDefaults(array(
|
||||
|
Reference in New Issue
Block a user