mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 06:14:59 +00:00
first impl of person Mover + add fixtures
This commit is contained in:
@@ -55,12 +55,12 @@ class Position
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function getShareHouseHold(): ?bool
|
||||
public function getShareHousehold(): ?bool
|
||||
{
|
||||
return $this->shareHouseHold;
|
||||
}
|
||||
|
||||
public function setShareHouseHold(bool $shareHouseHold): self
|
||||
public function setShareHousehold(bool $shareHouseHold): self
|
||||
{
|
||||
$this->shareHouseHold = $shareHouseHold;
|
||||
|
||||
|
Reference in New Issue
Block a user