Loading module/OffreFormation/src/Entity/Db/Etape.php +2 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,8 @@ class Etape implements HistoriqueAwareInterface, ResourceInterface, ImportAwareI */ public function getNiveauToString() { return $this->getTypeFormation()->getGroupe()->getLibelleCourt() . $this->getNiveau(); return $this->getTypeFormation()?->getGroupe()?->getLibelleCourt() . $this->getNiveau(); } Loading Loading
module/OffreFormation/src/Entity/Db/Etape.php +2 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,8 @@ class Etape implements HistoriqueAwareInterface, ResourceInterface, ImportAwareI */ public function getNiveauToString() { return $this->getTypeFormation()->getGroupe()->getLibelleCourt() . $this->getNiveau(); return $this->getTypeFormation()?->getGroupe()?->getLibelleCourt() . $this->getNiveau(); } Loading