mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 18:43:49 +00:00
fix deprecations: getName -> getBlockPrefix in forms
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
public function getBlockPrefix<?php
|
||||
|
||||
namespace Chill\PersonBundle\Form\Type;
|
||||
|
||||
@@ -25,7 +25,7 @@ class ClosingMotiveType extends AbstractType
|
||||
}
|
||||
}
|
||||
|
||||
public function getName()
|
||||
public function getBlockPrefix()
|
||||
{
|
||||
return 'closing_motive';
|
||||
}
|
||||
|
Reference in New Issue
Block a user