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
32
32
* Configuration path to source of Return-Path and whether it should be set at all
33
33
* @see \Magento\Config\Model\Config\Source\Yesnocustom to possible values
34
34
*/
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 ' ;
36
36
37
37
/**
38
38
* Configuration path for custom Return-Path email
39
39
*/
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 ' ;
41
41
42
42
/**
43
43
* Configuration path for custom Transport
You can’t perform that action at this time.
0 commit comments