improve docgen wip

This commit is contained in:
2021-12-10 01:10:55 +01:00
committed by Julie Lenaerts
parent a25123ee38
commit 5b531a0529
3 changed files with 11 additions and 2 deletions

View File

@@ -194,7 +194,7 @@ class ThirdParty implements TrackCreationInterface, TrackUpdateInterface
*
* @ORM\ManyToOne(targetEntity="Chill\ThirdPartyBundle\Entity\ThirdParty", inversedBy="children")
* @ORM\JoinColumn(name="parent_id", referencedColumnName="id")
* @Groups({"read"})
* @Groups({"read", "docgen:read"})
*/
private ?ThirdParty $parent = null;