Fix delete request for all entities

This commit is contained in:
2024-07-17 13:05:14 +02:00
parent ead1abb825
commit 74be6460d4
11 changed files with 20 additions and 31 deletions

View File

@@ -201,7 +201,7 @@ class RoleController extends AbstractController
/**
* Creates a form to delete a Role entity by id.
*
* @return \Symfony\Component\Form\Form The form
* @return \Symfony\Component\Form\FormInterface The form
*/
private function createDeleteForm(mixed $id)
{