Your IP : 216.73.217.13


Current Path : /var/www/magento.test.indacotrentino.com/www/vendor/laminas/laminas-mail/src/Header/
Upload File :
Current File : /var/www/magento.test.indacotrentino.com/www/vendor/laminas/laminas-mail/src/Header/InReplyTo.php

<?php

namespace Laminas\Mail\Header;

class InReplyTo extends IdentificationField
{
    /** @var string  */
    protected $fieldName = 'In-Reply-To';
    /** @var string  */
    protected static $type = 'in-reply-to';
}