Skip to content
Snippets Groups Projects
Commit d8c2a1d2 authored by joriot221's avatar joriot221
Browse files

retirer soft delete groupetype formation + correction typo

parent 69987d25
Branches
Tags
No related merge requests found
......@@ -114,8 +114,8 @@ class TypeFormationController extends AbstractController
public
function supprimerGroupeAction()
{
$typeformation = $this->getEvent()->getParam('groupeTypeFormation');
$this->getServiceGroupeTypeFormation()->delete($typeformation);
$groupetypeformation = $this->getEvent()->getParam('groupeTypeFormation');
$this->getServiceGroupeTypeFormation()->delete($groupetypeformation, false);
return new MessengerViewModel();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment