File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
app/code/Magento/Email/Model Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -41,37 +41,37 @@ class Transport implements TransportInterface
41
41
/**
42
42
* Configuration path for custom Transport
43
43
*/
44
- const XML_PATH_TRANSPORT = 'system/smtp/transport ' ;
44
+ private const XML_PATH_TRANSPORT = 'system/smtp/transport ' ;
45
45
46
46
/**
47
47
* Configuration path for SMTP Host
48
48
*/
49
- const XML_PATH_HOST = 'system/smtp/host ' ;
49
+ private const XML_PATH_HOST = 'system/smtp/host ' ;
50
50
51
51
/**
52
52
* Configuration path for SMTP Port
53
53
*/
54
- const XML_PATH_PORT = 'system/smtp/port ' ;
54
+ private const XML_PATH_PORT = 'system/smtp/port ' ;
55
55
56
56
/**
57
57
* Configuration path for SMTP Username
58
58
*/
59
- const XML_PATH_USERNAME = 'system/smtp/username ' ;
59
+ private const XML_PATH_USERNAME = 'system/smtp/username ' ;
60
60
61
61
/**
62
62
* Configuration path for SMTP Password
63
63
*/
64
- const XML_PATH_PASSWORD = 'system/smtp/password ' ;
64
+ private const XML_PATH_PASSWORD = 'system/smtp/password ' ;
65
65
66
66
/**
67
67
* Configuration path for SMTP Auth type
68
68
*/
69
- const XML_PATH_AUTH = 'system/smtp/auth ' ;
69
+ private const XML_PATH_AUTH = 'system/smtp/auth ' ;
70
70
71
71
/**
72
- * Configuration path for SMTP SSL
72
+ * Configuration path for SMTP SSL value
73
73
*/
74
- const XML_PATH_SSL = 'system/smtp/ssl ' ;
74
+ private const XML_PATH_SSL = 'system/smtp/ssl ' ;
75
75
76
76
/**
77
77
* Whether return path should be set or no.
You can’t perform that action at this time.
0 commit comments