diff --git a/src/Entity/MotoliteEvent.php b/src/Entity/MotoliteEvent.php index e2bf3db4..4349b44b 100644 --- a/src/Entity/MotoliteEvent.php +++ b/src/Entity/MotoliteEvent.php @@ -63,6 +63,17 @@ class MotoliteEvent return $this; } + public function getID() + { + return $this->id; + } + + public function setID($id) + { + $this->id = $id; + return $this; + } + public function getName() { return $this->name;