File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Catalog/Model/Product/Link Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class SaveHandler
1818 /**
1919 * @var ProductLinkRepositoryInterface
2020 */
21- protected $ productLinkRepository ;
21+ protected $ productLinkRepo ;
2222
2323 /**
2424 * @var MetadataPool
@@ -39,19 +39,19 @@ class SaveHandler
3939 * SaveHandler constructor.
4040 * @param MetadataPool $metadataPool
4141 * @param Link $linkResource
42- * @param ProductLinkRepositoryInterface $productLinkRepository
42+ * @param ProductLinkRepositoryInterface $productLinkRepo
4343 * @param \Magento\Catalog\Model\Product\LinkTypeProvider $linkTypeProvider
4444 */
4545 public function __construct (
4646 MetadataPool $ metadataPool ,
4747 Link $ linkResource ,
48- ProductLinkRepositoryInterface $ productLinkRepository ,
48+ ProductLinkRepositoryInterface $ productLinkRepo ,
4949 \Magento \Catalog \Model \Product \LinkTypeProvider $ linkTypeProvider
5050 )
5151 {
5252 $ this ->metadataPool = $ metadataPool ;
5353 $ this ->linkResource = $ linkResource ;
54- $ this ->productLinkRepository = $ productLinkRepository ;
54+ $ this ->productLinkRepo = $ productLinkRepo ;
5555 $ this ->linkTypeProvider = $ linkTypeProvider ;
5656 }
5757
You can’t perform that action at this time.
0 commit comments