Skip to content

Commit 01adf45

Browse files
ENGCOM-8986: MC-41439: 7.3 compatibility fix. #32646
- Merge Pull Request #32646 from engcom-Foxtrot/magento2:MC-41439 - Merged commits: 1. 5f93692 2. bf6cd90
2 parents be82efb + bf6cd90 commit 01adf45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/GroupedImportExport/Plugin/CatalogImportExport/Model/StockItemImporter/UpdateGroupedProductStockStatusPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class UpdateGroupedProductStockStatusPlugin
1818
/**
1919
* @var ChangeParentStockStatus
2020
*/
21-
private ChangeParentStockStatus $changeParentStockStatus;
21+
private $changeParentStockStatus;
2222

2323
/**
2424
* @param ChangeParentStockStatus $changeParentStockStatus

0 commit comments

Comments
 (0)