mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-11-04 03:08:25 +00:00 
			
		
		
		
	Fix doctrine annotation for dashboard config item
This commit is contained in:
		@@ -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"})
 | 
			
		||||
     */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user