21 lines
442 B
Ruby
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
|