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

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

module Admin
  class AbuseReportLabel < Label
  end
end