trabajo-afectivo/lib/sequencer/unit/import/freshdesk/company_fields.rb

13 lines
271 B
Ruby
Raw Permalink Normal View History

# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
2021-05-25 12:30:12 +00:00
class Sequencer
class Unit
module Import
module Freshdesk
class CompanyFields < Sequencer::Unit::Import::Freshdesk::SubSequence::Field
end
end
end
end
end