mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-05 07:19:49 +00:00
Fix doctrine annotation for dashboard config item
This commit is contained in:
parent
3a080ebebe
commit
f03ae2cabc
@ -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"})
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user