events() public method

public events ( )
Esempio n. 1
0
 public function includeEvents(Match $match)
 {
     return $this->collection($match->events()->default()->get(), new EventTransformer());
 }