File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
app/code/Magento/Sales/Model Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -84,14 +84,14 @@ class EmailSenderHandler
84
84
* @param string|null $modifyStartFromDate
85
85
*/
86
86
public function __construct (
87
- Sender $ emailSender ,
88
- EntityAbstract $ entityResource ,
89
- AbstractCollection $ entityCollection ,
90
- ScopeConfigInterface $ globalConfig ,
91
- IdentityInterface $ identityContainer = null ,
87
+ Sender $ emailSender ,
88
+ EntityAbstract $ entityResource ,
89
+ AbstractCollection $ entityCollection ,
90
+ ScopeConfigInterface $ globalConfig ,
91
+ IdentityInterface $ identityContainer = null ,
92
92
StoreManagerInterface $ storeManager = null ,
93
- ?ValueFactory $ configValueFactory = null ,
94
- ?string $ modifyStartFromDate = null ,
93
+ ?ValueFactory $ configValueFactory = null ,
94
+ ?string $ modifyStartFromDate = null ,
95
95
) {
96
96
$ this ->emailSender = $ emailSender ;
97
97
$ this ->entityResource = $ entityResource ;
You can’t perform that action at this time.
0 commit comments