Fix doctrine annotation for dashboard config item

This commit is contained in:
Julie Lenaerts 2023-12-18 14:29:17 +01:00
parent 3a080ebebe
commit f03ae2cabc

View File

@ -57,7 +57,7 @@ class DashboardConfigItem
private ?User $user = null; private ?User $user = null;
/** /**
* @ORM\Column(type="json" "jsonb"=true, options={"default": "[]"}) * @ORM\Column(type="json", options={"default": "[]", "jsonb": true})
* *
* @Serializer\Groups({"dashboardConfigItem:read"}) * @Serializer\Groups({"dashboardConfigItem:read"})
*/ */