Debug de l'API

This commit is contained in:
Kouril42
2023-02-14 01:46:32 +01:00
parent 32333be41e
commit 5e75888ab7
9 changed files with 248 additions and 117 deletions
+3
View File
@@ -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;