App\Transformers\ScoreTransformer::includeBeatmap PHP Method

includeBeatmap() public method

public includeBeatmap ( $score )
    public function includeBeatmap($score)
    {
        return $this->item($score->beatmap, new BeatmapTransformer());
    }