From 539b7edffeef8b37801599de5b2f5fbec864f4f4 Mon Sep 17 00:00:00 2001 From: thisfro Date: Mon, 17 Jan 2022 18:44:35 +0100 Subject: [PATCH] Fix typo --- src/Entity/Offering.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Entity/Offering.php b/src/Entity/Offering.php index 2179f13..8bf6c1c 100644 --- a/src/Entity/Offering.php +++ b/src/Entity/Offering.php @@ -141,7 +141,7 @@ class Offering public function __toString(): string { - return (string) $this-getTitle(); + return (string) $this->getTitle(); } public function getCoordinate(): ?Coordinate