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

11 lines
199 B
Ruby

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