Remove dump

This commit is contained in:
Julien Fastré 2024-06-28 10:38:41 +02:00
parent 4c3bfc90b5
commit d88b5a0098
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -61,8 +61,6 @@ final class PermissionsGroupController extends AbstractController
$form = $this->createAddRoleScopeForm($permissionsGroup);
$form->handleRequest($request);
dump($form->isSubmitted());
if ($form->isSubmitted() && $form->isValid()) {
$roleScope = $this->getPersistentRoleScopeBy(
$form['composed_role_scope']->getData()->getRole(),