Example #1
0
 public function trackEvent($event)
 {
     $this->eventRepository->logEvent($event);
 }