Skip to content

Commit 8780f1a

Browse files
committed
added private readonly property
1 parent 82b43f7 commit 8780f1a

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/ConfigurableProduct/Plugin/Catalog/Model/Product/Attribute/Backend/TierPrice

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/Plugin/Catalog/Model/Product/Attribute/Backend/TierPrice/UpdateHandlerPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class UpdateHandlerPlugin
2020
/**
2121
* @var ProductAttributeRepositoryInterface
2222
*/
23-
public readonly ProductAttributeRepositoryInterface $attributeRepository;
23+
private readonly ProductAttributeRepositoryInterface $attributeRepository;
2424

2525
/**
2626
* UpdateHandlerPlugin constructor.

0 commit comments

Comments
 (0)