Undo 'add thirdparty comment in acccourse resources' (commit 62b8b3e6)

-> it was displaying wrong comment !
This commit is contained in:
2022-01-12 11:19:57 +01:00
parent b23161fa1d
commit b1bffd875c
5 changed files with 0 additions and 7 deletions

View File

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