mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
location: allow null value for defaultFor
This commit is contained in:
@@ -142,7 +142,7 @@ class LocationType
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function setDefaultFor(string $defaultFor): self
|
||||
public function setDefaultFor(?string $defaultFor): self
|
||||
{
|
||||
$this->defaultFor = $defaultFor;
|
||||
|
||||
|
Reference in New Issue
Block a user