fix: Fix bug reported by the tests.

This commit is contained in:
Pol Dellaiera
2021-11-18 12:03:49 +01:00
parent a32692c37a
commit f9d36cc8a9
2 changed files with 2 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
* @ORM\Column(name="id", type="integer")
* @ORM\GeneratedValue(strategy="AUTO")
*/
private int $id;
private ?int $id = null;
/**
* The person's first name