mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +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;
|
||||
}
|
||||
|
||||
public function setHousehold(Household $household): self
|
||||
public function setHousehold(?Household $household): self
|
||||
{
|
||||
$this->household = $household;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user