App\Models\BeatmapLeader\Fruits::score PHP Method

score() public method

public score ( )
    public function score()
    {
        return $this->belongsTo(Score\Fruits::class);
    }
Fruits