App\Models\Score\Best\Model::scopeDefaultListing PHP Method

scopeDefaultListing() public method

public scopeDefaultListing ( $query )
    public function scopeDefaultListing($query)
    {
        return $query->default()->orderBy('score', 'DESC')->orderBy('date', 'ASC')->limit(config('osu.beatmaps.max-scores'));
    }