Files
kupshop/bundles/KupShop/ReclamationsBundle/Email/ReclamationHandleExchangeEmail.php
2025-08-02 16:30:27 +02:00

13 lines
398 B
PHP

<?php
namespace KupShop\ReclamationsBundle\Email;
class ReclamationHandleExchangeEmail extends ReclamationEmail
{
protected static $name = 'Vyřízení reklamace: výměna';
protected static $type = 'RECLAMATION_HANDLE_EXCHANGE_EMAIL';
protected $subject = 'Informace o výsledku reklamace {KOD_REKLAMACE}';
protected $template = 'email/email_reclamation_handle_exchange.tpl';
}