remove dumps

This commit is contained in:
2024-05-22 21:02:17 +02:00
parent b96cbc5594
commit 33a6f9996e
3 changed files with 1 additions and 4 deletions

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(),