mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 20:39:40 +00:00
Add missing getId() method.
This commit is contained in:
@@ -46,6 +46,11 @@ class Goal
|
|||||||
$this->results = new ArrayCollection();
|
$this->results = new ArrayCollection();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getId(): int
|
||||||
|
{
|
||||||
|
return $this->id;
|
||||||
|
}
|
||||||
|
|
||||||
public function getTitle(): array
|
public function getTitle(): array
|
||||||
{
|
{
|
||||||
return $this->title;
|
return $this->title;
|
||||||
|
Reference in New Issue
Block a user