File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Email/Model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ class Transport implements TransportInterface
3232 * Configuration path to source of Return-Path and whether it should be set at all
3333 * @see \Magento\Config\Model\Config\Source\Yesnocustom to possible values
3434 */
35- private const XML_PATH_SENDING_SET_RETURN_PATH = 'system/smtp/set_return_path ' ;
35+ public const XML_PATH_SENDING_SET_RETURN_PATH = 'system/smtp/set_return_path ' ;
3636
3737 /**
3838 * Configuration path for custom Return-Path email
3939 */
40- private const XML_PATH_SENDING_RETURN_PATH_EMAIL = 'system/smtp/return_path_email ' ;
40+ public const XML_PATH_SENDING_RETURN_PATH_EMAIL = 'system/smtp/return_path_email ' ;
4141
4242 /**
4343 * Configuration path for custom Transport
You can’t perform that action at this time.
0 commit comments