Skip to content

Commit 119e7a8

Browse files
committed
MAGETWO-92693: Some improvements on product create|edit page in admin area
1 parent 71c540a commit 119e7a8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Builder
4545
/**
4646
* @var ProductRepositoryInterface
4747
*/
48-
protected $productRepository;
48+
private $productRepository;
4949

5050
/**
5151
* Constructor

0 commit comments

Comments
 (0)