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

8 lines
133 B
Ruby

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