Skip to content

Commit 3938918

Browse files
committed
$StockConfig made private
1 parent cb782c8 commit 3938918

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/ConfigurableProductGraphQl/Model/Variant

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProductGraphQl/Model/Variant/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Collection
5151
/**
5252
* @var StockConfigurationInterface
5353
*/
54-
protected $stockConfig;
54+
private $stockConfig;
5555

5656
/**
5757
* @var MetadataPool

0 commit comments

Comments
 (0)