fix deprecations: use fqcn

This commit is contained in:
nobohan
2018-04-09 10:50:48 +02:00
parent 4b57510cc2
commit 657a4f3fa1
2 changed files with 17 additions and 16 deletions

View File

@@ -145,7 +145,7 @@ class PersonController extends Controller
->setCenter($defaultCenter);
$form = $this->createForm(
CreationPersonType::NAME,
CreationPersonType::class,
$person,
array(
'action' => $this->generateUrl('chill_person_review'),