summaryrefslogtreecommitdiff
path: root/lib/gitlab/cycle_analytics/production_event_fetcher.rb
blob: 6681cb42c902b0c0513bb8f6e8d347ad22309fcd (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

module Gitlab
  module CycleAnalytics
    class ProductionEventFetcher < IssueEventFetcher
    end
  end
end