|
@@ -215,12 +215,12 @@ class OrganizationCreationRequest
|
|
|
return $this;
|
|
return $this;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public function getLegalStatus(): LegalEnum
|
|
|
|
|
|
|
+ public function getLegalStatus(): ?LegalEnum
|
|
|
{
|
|
{
|
|
|
return $this->legalStatus;
|
|
return $this->legalStatus;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- public function setLegalStatus(LegalEnum $legalStatus): self
|
|
|
|
|
|
|
+ public function setLegalStatus(?LegalEnum $legalStatus): self
|
|
|
{
|
|
{
|
|
|
$this->legalStatus = $legalStatus;
|
|
$this->legalStatus = $legalStatus;
|
|
|
|
|
|