Debug remove_edition

This commit is contained in:
Kouril42
2023-02-21 17:07:57 +01:00
parent afae71919e
commit 5cc241bdfa
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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")]