mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +00:00
fix deprecations: getName -> getBlockPrefix in Forms
This commit is contained in:
@@ -41,7 +41,7 @@ class ActivityTypeType extends AbstractType
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getName()
|
||||
public function getBlockPrefix()
|
||||
{
|
||||
return 'chill_activitybundle_activitytype';
|
||||
}
|
||||
|
Reference in New Issue
Block a user