fix error when using AccPeriodWorkEvaluationDenormalizer

This commit is contained in:
nobohan
2022-02-25 14:58:11 +01:00
parent aae360d6ab
commit 2ea5c4b0c7
2 changed files with 14 additions and 13 deletions

View File

@@ -61,7 +61,7 @@ class AccompanyingPeriodWorkEvaluationDocument implements \Chill\MainBundle\Doct
* @ORM\SequenceGenerator(sequenceName="chill_person_social_work_eval_doc_id_seq", allocationSize=1, initialValue=1000)
* @Serializer\Groups({"read"})
*/
private ?int $id;
private ?int $id = null;
/**
* @ORM\ManyToOne(