add registrations to customer gui
This commit is contained in:
@@ -151,6 +151,10 @@ class EventManager
|
||||
return $this->getEvents($start,$to);
|
||||
}
|
||||
|
||||
public function getEvent($id){
|
||||
return Event::findOne($id);
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user