This commit is contained in:
Jannis Portmann 2022-01-17 18:44:35 +01:00
parent 9a9bbb310a
commit 539b7edffe

View file

@ -141,7 +141,7 @@ class Offering
public function __toString(): string
{
return (string) $this-getTitle();
return (string) $this->getTitle();
}
public function getCoordinate(): ?Coordinate