From f03ae2cabc2c956b7fd56f0af103cd36f6c603e4 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Mon, 18 Dec 2023 14:29:17 +0100 Subject: [PATCH] Fix doctrine annotation for dashboard config item --- src/Bundle/ChillMainBundle/Entity/DashboardConfigItem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillMainBundle/Entity/DashboardConfigItem.php b/src/Bundle/ChillMainBundle/Entity/DashboardConfigItem.php index 5ad1107c5..ed9cc07bf 100644 --- a/src/Bundle/ChillMainBundle/Entity/DashboardConfigItem.php +++ b/src/Bundle/ChillMainBundle/Entity/DashboardConfigItem.php @@ -57,7 +57,7 @@ class DashboardConfigItem private ?User $user = null; /** - * @ORM\Column(type="json" "jsonb"=true, options={"default": "[]"}) + * @ORM\Column(type="json", options={"default": "[]", "jsonb": true}) * * @Serializer\Groups({"dashboardConfigItem:read"}) */