fix getColor return type
This commit is contained in:
parent
64b524b04e
commit
bd4338bb2d
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ class Navigation implements EntityInterface
|
|||
return $this;
|
||||
}
|
||||
|
||||
public function getColor(): string
|
||||
public function getColor(): ?string
|
||||
{
|
||||
return $this->color;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue