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

13 lines
394 B
PHP

<?php
namespace KupShop\ReclamationsBundle\Email;
class ReclamationHandleCancelEmail extends ReclamationEmail
{
protected static $name = 'Vyřízení reklamace: zamítnuto';
protected static $type = 'RECLAMATION_HANDLE_CANCEL_EMAIL';
protected $subject = 'Informace o výsledku reklamace {KOD_REKLAMACE}';
protected $template = 'email/email_reclamation_handle_cancel.tpl';
}