fix getColor return type

This commit is contained in:
Simon Vieille 2023-08-07 19:28:51 +02:00
parent 64b524b04e
commit bd4338bb2d
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -248,7 +248,7 @@ class Navigation implements EntityInterface
return $this;
}
public function getColor(): string
public function getColor(): ?string
{
return $this->color;
}