mirror of
https://gitlab.aliens-lyon.fr/encartes/backend.git
synced 2026-09-11 16:50:46 +02:00
Debug de l'API
This commit is contained in:
@@ -15,6 +15,9 @@ class Building
|
||||
#[ORM\Column(type: "integer")]
|
||||
private $id;
|
||||
|
||||
#[ORM\Column(type: "string")]
|
||||
private $name;
|
||||
|
||||
#[ORM\ManyToOne(targetEntity: Site::class, inversedBy: "buildings")]
|
||||
#[ORM\JoinColumn(nullable: false)]
|
||||
private $site;
|
||||
|
||||
Reference in New Issue
Block a user