fix deprecations: getName -> getBlockPrefix in forms

This commit is contained in:
nobohan
2018-04-09 10:24:52 +02:00
parent 3439319e59
commit 0a08c362bb
6 changed files with 6 additions and 6 deletions

View File

@@ -102,7 +102,7 @@ class CustomFieldsGroupType extends AbstractType
/**
* @return string
*/
public function getName()
public function getBlockPrefix()
{
return 'custom_fields_group';
}