master
# frozen_string_literal: true module RatingChgkV2 module Collections class PlayerSeasonsCollection < BaseCollection paginated MODEL = 'PlayerSeason' end end end