Loading module/Application/src/Application/Service/Individu/IndividuService.php +0 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,6 @@ class IndividuService extends BaseService $entity->setEmail($userWrapper->getEmail()); $entity->setHistoModificateur($utilisateur); $this->getEntityManager()->persist($entity); try { $this->getEntityManager()->flush($entity); } catch (OptimisticLockException $e) { Loading Loading
module/Application/src/Application/Service/Individu/IndividuService.php +0 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,6 @@ class IndividuService extends BaseService $entity->setEmail($userWrapper->getEmail()); $entity->setHistoModificateur($utilisateur); $this->getEntityManager()->persist($entity); try { $this->getEntityManager()->flush($entity); } catch (OptimisticLockException $e) { Loading