fix deprecations: use fqcn for entity, ComposedGroupCenterType.

This commit is contained in:
nobohan
2018-04-04 11:07:49 +02:00
parent 1b16b8e1da
commit 51a1b23e0d
3 changed files with 12 additions and 7 deletions

View File

@@ -413,7 +413,7 @@ class UserController extends Controller
->setAction($this->generateUrl('admin_user_add_group_center',
array('uid' => $user->getId())))
->setMethod('POST')
->add(self::FORM_GROUP_CENTER_COMPOSED, new ComposedGroupCenterType())
->add(self::FORM_GROUP_CENTER_COMPOSED, ComposedGroupCenterType::class)
->add('submit', SubmitType::class, array('label' => 'Add a new groupCenter'))
->getForm()
;