mirror of
https://gitlab.aliens-lyon.fr/encartes/backend.git
synced 2026-09-11 16:50:46 +02:00
Debug get_floor who returned false connectedFloors
This commit is contained in:
@@ -36,7 +36,7 @@ class Building
|
||||
}
|
||||
|
||||
public function getName(): string
|
||||
{ return $this->id;
|
||||
{ return $this->name;
|
||||
}
|
||||
public function setName(string $name): self
|
||||
{ $this->name = $name;
|
||||
|
||||
@@ -39,7 +39,7 @@ class Floor
|
||||
}
|
||||
|
||||
public function getName(): string
|
||||
{ return $this->id;
|
||||
{ return $this->name;
|
||||
}
|
||||
public function setName(string $name): self
|
||||
{ $this->name = $name;
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@ class Site
|
||||
}
|
||||
|
||||
public function getName(): string
|
||||
{ return $this->id;
|
||||
{ return $this->name;
|
||||
}
|
||||
public function setName(string $name): self
|
||||
{ $this->name = $name;
|
||||
|
||||
Reference in New Issue
Block a user