mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 02:53:50 +00:00
fix deprecations: getName -> getBlockPrefix in forms
This commit is contained in:
@@ -84,7 +84,7 @@ class AccompanyingPeriodType extends AbstractType
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getName()
|
||||
public function getBlockPrefix()
|
||||
{
|
||||
return 'chill_personbundle_accompanyingperiod';
|
||||
}
|
||||
|
Reference in New Issue
Block a user