App\Transformers\API\MatchTransformer::includeGames PHP 메소드

includeGames() 공개 메소드

public includeGames ( Match $match )
$match App\Models\Multiplayer\Match
    public function includeGames(Match $match)
    {
        return $this->collection($match->games, new GameTransformer());
    }