This commit is contained in:
2024-11-21 08:32:59 +01:00
parent ce7f5a1b4a
commit 1289b22a93
9 changed files with 58 additions and 20 deletions

View File

@ -89,7 +89,7 @@ class Company
return $this->adress;
}
public function setAdress(string $adress): static
public function setAdress(?string $adress): static
{
$this->adress = $adress;
@ -260,4 +260,5 @@ class Company
return $this;
}
}