Merge branch 'features/household-members-list' into features/household-editor

This commit is contained in:
2021-06-07 17:36:25 +02:00
18 changed files with 433 additions and 27 deletions

View File

@@ -81,6 +81,11 @@ class Position
return $this->allowHolder;
}
public function isAllowHolder(): ?bool
{
return $this->getAllowHolder();
}
public function setAllowHolder(bool $allowHolder): self
{
$this->allowHolder = $allowHolder;