Exemplo n.º 1
0
 /**
  * @param Event $event
  *
  * @return int
  */
 public function countGuests($event)
 {
     return $this->eventRepository->countGuests($event);
 }