gitlab-ce/app/models/integrations/bugzilla.rb

8 lines
133 B
Ruby

# frozen_string_literal: true
module Integrations
class Bugzilla < Integration
include Integrations::Base::Bugzilla
end
end