zammad/zammad

View on GitHub
lib/sequencer/unit/import/kayako/post/channel/helpcenter.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/

class Sequencer::Unit::Import::Kayako::Post::Channel::Helpcenter < Sequencer::Unit::Import::Kayako::Post::Channel::Mail
  private

  def article_type_name
    'web'
  end
end