Welcome to mirror list, hosted at ThFree Co, Russian Federation.

base_service.rb « discussions « services « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 86b8310f0a6d280703871c43a5ed3dea43843586 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

module Discussions
  class BaseService < ::BaseService
  end
end