location: allow null value for defaultFor

This commit is contained in:
nobohan 2021-11-25 16:18:45 +01:00
parent 36c57511e8
commit aad4b6e5d0

View File

@ -142,7 +142,7 @@ class LocationType
return $this; return $this;
} }
public function setDefaultFor(string $defaultFor): self public function setDefaultFor(?string $defaultFor): self
{ {
$this->defaultFor = $defaultFor; $this->defaultFor = $defaultFor;