We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e876fa0 commit ad5548aCopy full SHA for ad5548a
app/code/Magento/CatalogInventory/Model/Plugin/ProductLinks.php
@@ -23,7 +23,8 @@ class ProductLinks
23
public function __construct(
24
private readonly Configuration $configuration,
25
private readonly Stock $stockHelper
26
- ) {}
+ ) {
27
+ }
28
29
/**
30
* Fixes simple products are shown as associated in grouped when set out of stock
0 commit comments