1 package SL::Controller::TopQuickSearch::Service;
 
   4 use parent qw(SL::Controller::TopQuickSearch::Article);
 
   6 use SL::Locale::String qw(t8);
 
  10 sub description_config { t8('Services') }
 
  12 sub description_field { t8('Services') }
 
  14 sub type { type => 'service' }