This commit is contained in:
2024-04-10 21:15:57 +02:00
parent b2eb2b0968
commit ce655ed435
4 changed files with 1 additions and 4 deletions

View File

@@ -82,7 +82,7 @@ class Center implements HasCenterInterface, \Stringable
return $this->groupCenters;
}
public function getId(): null|int
public function getId(): ?int
{
return $this->id;
}