fix deprecations: getName -> getBlockPrefix in forms

This commit is contained in:
nobohan 2018-04-09 10:55:03 +02:00
parent 6ee9dd56c0
commit 3260e9e7bd

View File

@ -113,7 +113,7 @@ class ReportType extends AbstractType
/** /**
* @return string * @return string
*/ */
public function getName() public function getBlockPrefix()
{ {
return 'chill_reportbundle_report'; return 'chill_reportbundle_report';
} }