mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-01 06:26:15 +00:00
location: allow null value for defaultFor
This commit is contained in:
parent
36c57511e8
commit
aad4b6e5d0
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user