debian-mirror-gitlab/app/services/integrations/propagate_template_service.rb
2022-01-26 12:08:38 +05:30

10 lines
239 B
Ruby

# frozen_string_literal: true
module Integrations
# TODO: Remove this as part of https://gitlab.com/gitlab-org/gitlab/-/issues/335178
class PropagateTemplateService
def self.propagate(_integration)
# no-op
end
end
end