add thirdparty comment in acccourse resources

This commit is contained in:
2021-12-09 16:17:25 +01:00
parent 5fdbba9ef5
commit 62b8b3e6b7
5 changed files with 7 additions and 3 deletions

View File

@@ -126,6 +126,7 @@ class ThirdParty implements TrackCreationInterface, TrackUpdateInterface
/**
* @ORM\Column(name="comment", type="text", nullable=true)
* @Groups({"read"})
*/
private ?string $comment = null;