App\Transformers\Multiplayer\MatchTransformer::includeEvents PHP Method

includeEvents() public method

public includeEvents ( Match $match )
$match App\Models\Multiplayer\Match
    public function includeEvents(Match $match)
    {
        return $this->collection($match->events()->default()->get(), new EventTransformer());
    }