mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
fix deprecations: use fqcn
This commit is contained in:
parent
44596bf58d
commit
8c97ac9e26
@ -153,8 +153,8 @@ class CustomFieldChoice extends AbstractCustomField
|
|||||||
))
|
))
|
||||||
->add(self::OTHER_VALUE_LABEL, TranslatableStringFormType::class, array(
|
->add(self::OTHER_VALUE_LABEL, TranslatableStringFormType::class, array(
|
||||||
'label' => 'Other value label (empty if use by default)'))
|
'label' => 'Other value label (empty if use by default)'))
|
||||||
->add(self::CHOICES, new ChoicesType(), array(
|
->add(self::CHOICES, ChoicesType::class, array(
|
||||||
'type' => new ChoicesListType($this->defaultLocales),
|
'entry_type' => new ChoicesListType($this->defaultLocales),
|
||||||
'allow_add' => true
|
'allow_add' => true
|
||||||
));
|
));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user