fix: Fix bug reported by the tests.

This commit is contained in:
Pol Dellaiera
2021-11-18 12:10:54 +01:00
parent f9d36cc8a9
commit c1a4454a08

View File

@@ -712,7 +712,7 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
return false;
}
public function getId(): int
public function getId(): ?int
{
return $this->id;
}