Commit d8c2a1d2 authored by joriot221's avatar joriot221
Browse files

retirer soft delete groupetype formation + correction typo

parent 69987d25
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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();
    }