debian-mirror-gitlab/lib/gitlab/cycle_analytics/production_event_fetcher.rb
2019-02-15 15:39:39 +05:30

9 lines
140 B
Ruby

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