mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
fix deprecations: empty_value -> placeholder, for ChoiceType
This commit is contained in:
parent
833950046c
commit
c7c0830d2e
@ -31,7 +31,7 @@ class GenderType extends AbstractType {
|
||||
'choices_as_values' => true,
|
||||
'expanded' => true,
|
||||
'multiple' => false,
|
||||
'empty_value' => null
|
||||
'placeholder' => null
|
||||
));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user