Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Julien Fastré 2021-08-03 09:14:50 +00:00 committed by LenaertsJ
parent 2290da6f3b
commit 94d743c5b6

View File

@ -21,7 +21,7 @@ class AsideActivityCategory
/**
* @ORM\Column(type="json", length=255)
*/
private $title;
private array $title;
/**
* @ORM\Column(type="boolean")