fix deathdate not inialized

This commit is contained in:
Julien Fastré 2021-09-24 16:54:11 +02:00
parent 327fcbef8b
commit 9851efa804

View File

@ -146,7 +146,7 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
* groups={"general", "creation"}
* )
*/
private ?\DateTimeImmutable $deathdate;
private ?\DateTimeImmutable $deathdate = null;
/**
* The person's place of birth