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

7 lines
109 B
Ruby

module Gitlab
module CycleAnalytics
class ProductionEventFetcher < IssueEventFetcher
end
end
end