fix deprecations: getName -> getBlockPrefix in forms

This commit is contained in:
nobohan
2018-04-09 10:50:23 +02:00
parent 73f5295f40
commit 4b57510cc2
3 changed files with 5 additions and 5 deletions

View File

@@ -84,7 +84,7 @@ class AccompanyingPeriodType extends AbstractType
/**
* @return string
*/
public function getName()
public function getBlockPrefix()
{
return 'chill_personbundle_accompanyingperiod';
}