Commit 9140d7cd authored by joriot221's avatar joriot221
Browse files

correction suppression

parent 1434037f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ class TypeFormationController extends AbstractController
    public
    function supprimerGroupeAction()
    {
        $typeformation = $this->getEvent()->getParam('groupeFypeFormation');
        $typeformation = $this->getEvent()->getParam('groupeTypeFormation');
        $this->getServiceGroupeTypeFormation()->delete($typeformation, true);

        return new MessengerViewModel();