fix deprecations: getName -> getBlockPrefix in Forms

This commit is contained in:
nobohan
2018-04-09 10:06:34 +02:00
parent b84a77d9de
commit 96e1b1db4d
7 changed files with 22 additions and 22 deletions

View File

@@ -37,7 +37,7 @@ class ActivityReasonType extends AbstractType
/**
* @return string
*/
public function getName()
public function getBlockPrefix()
{
return 'chill_activitybundle_activityreason';
}