Loading module/Oscar/src/Oscar/Entity/ImmobilierLocal.php +6 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,12 @@ class ImmobilierLocal */ public $libelle; /** * @var string * @ORM\Column(type="text", nullable="true") */ public $surface; /** * @var string * @ORM\Column(type="text", nullable="true") Loading module/Oscar/src/Oscar/Service/ImmobilierLocalService.php +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ class ImmobilierLocalService implements UseEntityManager, UseLoggerService, UseO $e->nom = $i['nom']; $e->libelle = $i['libelle']; $e->idSourceDistante = $i['id']; $e->surface = $i['surface']; $this->getEntityManager()->persist($e); $this->getEntityManager()->flush(); Loading Loading
module/Oscar/src/Oscar/Entity/ImmobilierLocal.php +6 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,12 @@ class ImmobilierLocal */ public $libelle; /** * @var string * @ORM\Column(type="text", nullable="true") */ public $surface; /** * @var string * @ORM\Column(type="text", nullable="true") Loading
module/Oscar/src/Oscar/Service/ImmobilierLocalService.php +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ class ImmobilierLocalService implements UseEntityManager, UseLoggerService, UseO $e->nom = $i['nom']; $e->libelle = $i['libelle']; $e->idSourceDistante = $i['id']; $e->surface = $i['surface']; $this->getEntityManager()->persist($e); $this->getEntityManager()->flush(); Loading