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

@@ -187,7 +187,7 @@ class ActivityType extends AbstractType
/**
* @return string
*/
public function getName()
public function getBlockPrefix()
{
return 'chill_activitybundle_activity';
}