Skip to content

Commit d9dcd9f

Browse files
authored
Make property private
1 parent cd63f18 commit d9dcd9f

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Controller/Adminhtml/Product/Set

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/Set/Edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Edit extends Set implements HttpGetActionInterface
3030
/**
3131
* @var AttributeSetRepositoryInterface
3232
*/
33-
protected $attributeSetRepository;
33+
private $attributeSetRepository;
3434

3535
/**
3636
* @param Context $context

0 commit comments

Comments
 (0)