This commit is contained in:
2022-03-24 22:10:07 +01:00
parent 5f35a42fe3
commit ea66db07a4
4 changed files with 53 additions and 47 deletions

View File

@@ -198,7 +198,7 @@ class ThirdParty implements TrackCreationInterface, TrackUpdateInterface
private ?string $email = null;
/**
* @ORM\Column(name="firstname", type="text", options={"default":""})
* @ORM\Column(name="firstname", type="text", options={"default": ""})
* @Groups({"read", "write", "docgen:read", "docgen:read:3party:parent"})
*/
private string $firstname = '';