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 8140a09 commit e876fa0Copy full SHA for e876fa0
app/code/Magento/CatalogInventory/Model/Plugin/ProductLinks.php
@@ -21,8 +21,8 @@ class ProductLinks
21
* @param Stock $stockHelper
22
*/
23
public function __construct(
24
- public readonly Configuration $configuration,
25
- public readonly Stock $stockHelper
+ private readonly Configuration $configuration,
+ private readonly Stock $stockHelper
26
) {}
27
28
/**
0 commit comments