diff --git a/src/Entity/Company.php b/src/Entity/Company.php index 1a3bd2f..ae8ccaa 100644 --- a/src/Entity/Company.php +++ b/src/Entity/Company.php @@ -62,7 +62,7 @@ class Company return $this; } - public function getAddress(): ?stringz + public function getAddress(): ?string { return $this->address; }