possible to add a contact to a thirdparty

This commit is contained in:
2022-01-19 10:57:31 +01:00
parent 724ce8c9af
commit 4431428c26
5 changed files with 25 additions and 16 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;