Skip to content

Commit e876fa0

Browse files
committed
change property access back to private
1 parent 8140a09 commit e876fa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/CatalogInventory/Model/Plugin/ProductLinks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ class ProductLinks
2121
* @param Stock $stockHelper
2222
*/
2323
public function __construct(
24-
public readonly Configuration $configuration,
25-
public readonly Stock $stockHelper
24+
private readonly Configuration $configuration,
25+
private readonly Stock $stockHelper
2626
) {}
2727

2828
/**

0 commit comments

Comments
 (0)