trabajo-afectivo/lib/sequencer/unit/import/kayako/post/channel/helpcenter.rb
2022-01-01 14:38:12 +01:00

21 lines
442 B
Ruby

# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
class Sequencer
class Unit
module Import
module Kayako
module Post
module Channel
class Helpcenter < Sequencer::Unit::Import::Kayako::Post::Channel::Mail
private
def article_type_name
'web'
end
end
end
end
end
end
end
end