debian-mirror-gitlab/app/services/admin/propagate_service_template.rb

12 lines
234 B
Ruby
Raw Normal View History

2020-11-24 15:15:51 +05:30
# frozen_string_literal: true
module Admin
class PropagateServiceTemplate
include PropagateService
def propagate
2021-10-27 15:23:28 +05:30
# TODO: Remove this as part of https://gitlab.com/gitlab-org/gitlab/-/issues/335178
2020-11-24 15:15:51 +05:30
end
end
end