fix deprecations: use fqcn + remove arrays in addAllowedTypes/Values

This commit is contained in:
nobohan
2018-04-04 18:22:58 +02:00
parent b07d876157
commit 14412c87fe
2 changed files with 6 additions and 7 deletions

View File

@@ -122,7 +122,7 @@ class CustomFieldType extends AbstractType
/**
* @return string
*/
public function getName()
public function getBlockPrefix()
{
return 'custom_field_choice';
}