gitlab-org--gitlab-foss/lib/gitlab/cycle_analytics/production_event_fetcher.rb

9 lines
140 B
Ruby

# frozen_string_literal: true
module Gitlab
module CycleAnalytics
class ProductionEventFetcher < IssueEventFetcher
end
end
end