[person] add comment field to accompanying period resource docgen

This commit is contained in:
nobohan 2022-07-18 15:39:00 +02:00
parent 85796c2271
commit d55ba36619

View File

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