debian-mirror-gitlab/lib/gitlab/cycle_analytics/staging_event_fetcher.rb
2019-09-04 21:01:54 +05:30

11 lines
199 B
Ruby

# frozen_string_literal: true
module Gitlab
module CycleAnalytics
class StagingEventFetcher < BaseEventFetcher
include ProductionHelper
include BuildsEventHelper
end
end
end