App\Models\Score\Model::beatmap PHP Method

beatmap() public method

public beatmap ( )
    public function beatmap()
    {
        return $this->belongsTo(Beatmap::class);
    }