mirror of
https://gitlab.aliens-lyon.fr/encartes/backend.git
synced 2026-03-17 22:51:04 +01:00
Change Eleveator to Lift
This commit is contained in:
parent
88ec6295fc
commit
366cef7a0a
@ -71,7 +71,7 @@ class Place
|
||||
}
|
||||
public function setType(string $type): bool
|
||||
{
|
||||
if ($type == 'C' or $type == 'S' or $type == 'E' or $type == 'R') {
|
||||
if ($type == 'C' or $type == 'S' or $type == 'L' or $type == 'R') {
|
||||
$this->type = $type;
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user