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

8 lines
129 B
Ruby

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