Example #1
0
 public function customEventForPeriod($event, $start, $end, $results)
 {
     return $this->eventRepository->customEventForPeriod($event, $start, $end, $results);
 }