mirror of
https://gitlab.aliens-lyon.fr/encartes/backend.git
synced 2026-09-11 16:50:46 +02:00
Change Eleveator to Lift
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user