Commit 9dca55ae authored by Antony Le Courtes's avatar Antony Le Courtes
Browse files

Correction

parent 3c636cef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -472,6 +472,7 @@ class StatutIntervenantHydrator implements HydratorInterface
                    $tasToCreate->setType($ta);
                    $tasToCreate->setStatut($object);
                    $this->getServiceTypeAgrementStatut()->save($tasToCreate);
                    $object->addTypeAgrementStatut($tasToCreate);

                }
            }