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"}) */