mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
household can be null in budget abstractElement
This commit is contained in:
parent
3b9e6d2742
commit
6777cf7225
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user