mirror of
https://gitlab.aliens-lyon.fr/encartes/backend.git
synced 2026-03-17 22:51:04 +01:00
Debug get_floor who returned false connectedFloors
This commit is contained in:
parent
4a0ad498d8
commit
8abdf2576a
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user