# frozen_string_literal: true
module DiscoursePostEvent
class UpcomingEventsController < DiscoursePostEventController
def index; end
end