Merge branch 'master' of gitlab.com:Chill-Projet/chill-bundles

This commit is contained in:
2022-07-19 13:05:58 +02:00

View File

@@ -47,7 +47,7 @@ class Resource
/** /**
* @ORM\Column(type="text", nullable=true) * @ORM\Column(type="text", nullable=true)
* @Groups({"read"}) * @Groups({"read", "docgen:read"})
*/ */
private ?string $comment = ''; private ?string $comment = '';