gitlab-ce/app/models/integrations/instance/packagist.rb

10 lines
207 B
Ruby

# frozen_string_literal: true
module Integrations
module Instance
class Packagist < Integration
# To be updated as part of https://gitlab.com/gitlab-org/gitlab/-/issues/474809
end
end
end