Skip to content

Commit 628ca8b

Browse files
committed
Build stabilization
1 parent 4193abc commit 628ca8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Email/Model/Transport.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)