From ebb799bcb849b555602316818069393c9054b607 Mon Sep 17 00:00:00 2001 From: bourgoino Date: Thu, 28 Nov 2024 16:58:42 +0100 Subject: [PATCH] laisse la --- src/Entity/Company.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Entity/Company.php b/src/Entity/Company.php index ae8ccaa..1a3bd2f 100644 --- a/src/Entity/Company.php +++ b/src/Entity/Company.php @@ -62,7 +62,7 @@ class Company return $this; } - public function getAddress(): ?string + public function getAddress(): ?stringz { return $this->address; }