# frozen_string_literal: true module Gitlab module CycleAnalytics class ProductionEventFetcher < IssueEventFetcher end end end