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

retirer soft delete groupeTypeFormation

parent 75bdb0ab
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ class TypeFormationController extends AbstractController
function supprimerGroupeAction()
{
$typeformation = $this->getEvent()->getParam('groupeTypeFormation');
$this->getServiceGroupeTypeFormation()->delete($typeformation, true);
$this->getServiceGroupeTypeFormation()->delete($typeformation);
return new MessengerViewModel();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment