summaryrefslogtreecommitdiff
path: root/lib/gitlab/cycle_analytics/production_event_fetcher.rb
blob: 0fa2e87f67358b7e366000e21696389a4ccaa575 (plain)
1
2
3
4
5
6
module Gitlab
  module CycleAnalytics
    class ProductionEventFetcher < IssueEventFetcher
    end
  end
end