Add missing getId() method.

This commit is contained in:
Pol Dellaiera 2021-06-23 16:39:40 +02:00
parent 2667867bd0
commit dc26ca7e77

View File

@ -46,6 +46,11 @@ class Goal
$this->results = new ArrayCollection();
}
public function getId(): int
{
return $this->id;
}
public function getTitle(): array
{
return $this->title;