fix deprecations: getName -> getBlockPrefix + use fqcn for Select2maritalStatusType

This commit is contained in:
nobohan
2018-04-04 17:59:18 +02:00
parent cf6b36c8f8
commit 9694445ba4
2 changed files with 3 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ class Select2MaritalStatusType extends AbstractType
$this->em = $em;
}
public function getName() {
public function getBlockPrefix() {
return 'select2_chill_marital_status';
}