mirror of
https://gitlab.aliens-lyon.fr/encartes/backend.git
synced 2026-09-11 16:50:46 +02:00
Debug remove_edition
This commit is contained in:
@@ -16,7 +16,7 @@ class Place
|
||||
private $id;
|
||||
|
||||
#[ORM\Column(type: "string")]
|
||||
// Either 'C'orridor , 'S'tairs , 'E'levator or 'R'oom
|
||||
// Either 'C'orridor , 'S'tairs , 'L'ift or 'R'oom
|
||||
private $type;
|
||||
|
||||
#[ORM\OneToMany(targetEntity: PlaceName::class, mappedBy: "place")]
|
||||
|
||||
Reference in New Issue
Block a user