possible to add a contact to a thirdparty

This commit is contained in:
2022-01-19 10:57:31 +01:00
parent 8fa2f0e7ad
commit 20d22b726c
5 changed files with 22 additions and 15 deletions

View File

@@ -31,7 +31,7 @@ class ThirdPartyProfession
* @ORM\Id
* @ORM\GeneratedValue
* @ORM\Column(type="integer")
* @Serializer\Groups({"docgen:read", "read"})
* @Serializer\Groups({"docgen:read", "read", "write"})
*/
private ?int $id = null;