mirror of
https://gitlab.aliens-lyon.fr/encartes/backend.git
synced 2026-09-12 01:00:47 +02:00
Add FloorAltitude & maj API > basefunction except edit are fine, representation take only cylinder and polySurface
This commit is contained in:
@@ -18,7 +18,7 @@ class PolySurface
|
||||
#[ORM\OneToMany(targetEntity: PlaneSurface::class, mappedBy: "polySurface")]
|
||||
private $polysurfaceComponent;
|
||||
|
||||
#[ORM\ManyToOne(targetEntity: Place::class)]
|
||||
#[ORM\ManyToOne(targetEntity: Place::class, inversedBy: "PolySurfaceRepresentation")]
|
||||
private $place;
|
||||
|
||||
public function __construct()
|
||||
@@ -71,5 +71,5 @@ class PolySurface
|
||||
$this->place = $place;
|
||||
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user