# frozen_string_literal: true
module Integrations
class InstanceIntegration < Integration
self.table_name = 'instance_integrations'
end