mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 13:54:59 +00:00
fix deprecations: getName -> getBlockPrefix in forms
This commit is contained in:
@@ -102,7 +102,7 @@ class CustomFieldsGroupType extends AbstractType
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getName()
|
||||
public function getBlockPrefix()
|
||||
{
|
||||
return 'custom_fields_group';
|
||||
}
|
||||
|
Reference in New Issue
Block a user