mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 20:39:40 +00:00
household can be null in budget abstractElement
This commit is contained in:
@@ -150,7 +150,7 @@ abstract class AbstractElement
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setHousehold(Household $household): self
|
public function setHousehold(?Household $household): self
|
||||||
{
|
{
|
||||||
$this->household = $household;
|
$this->household = $household;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user