mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-27 18:13:48 +00:00
fix deprecations: empty_value -> placeholder, for ChoiceType
This commit is contained in:
@@ -31,7 +31,7 @@ class GenderType extends AbstractType {
|
||||
'choices_as_values' => true,
|
||||
'expanded' => true,
|
||||
'multiple' => false,
|
||||
'empty_value' => null
|
||||
'placeholder' => null
|
||||
));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user