Fix typo
This commit is contained in:
parent
9a9bbb310a
commit
539b7edffe
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ class Offering
|
||||||
|
|
||||||
public function __toString(): string
|
public function __toString(): string
|
||||||
{
|
{
|
||||||
return (string) $this-getTitle();
|
return (string) $this->getTitle();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getCoordinate(): ?Coordinate
|
public function getCoordinate(): ?Coordinate
|
||||||
|
|
Reference in a new issue