App\Transformers\ScoreTransformer::includeBeatmap PHP Méthode

includeBeatmap() public méthode

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