Loading module/Application/src/Controller/TypeFormationController.php +2 −2 Original line number Diff line number Diff line Loading @@ -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(); } Loading Loading
module/Application/src/Controller/TypeFormationController.php +2 −2 Original line number Diff line number Diff line Loading @@ -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(); } Loading