Skip to content

Commit 3c2cd9f

Browse files
ENGCOM-8986: MC-41439: 7.3 compatibility fix. #32646
2 parents ac204a5 + 01adf45 commit 3c2cd9f

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)