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

7 lines
109 B
Ruby
Raw Normal View History

module Gitlab
module CycleAnalytics
2016-12-05 12:28:53 +00:00
class ProductionEventFetcher < IssueEventFetcher
end
end
end