fix Category

This commit is contained in:
Simon Vieille 2021-03-30 22:22:06 +02:00
parent 4cf58ce085
commit 37c351419c
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class Category implements EntityInterface
return $this->description;
}
public function setDescription(string $description): self
public function setDescription(?string $description): self
{
$this->description = $description;