File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
app/code/Magento/Catalog/Model/Product/Link Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -30,28 +30,20 @@ class SaveHandler
3030 */
3131 private $ linkResource ;
3232
33- /**
34- * @var linkTypeProvider
35- */
36- private $ linkTypeProvider ;
37-
3833 /**
3934 * SaveHandler constructor.
4035 * @param MetadataPool $metadataPool
4136 * @param Link $linkResource
4237 * @param ProductLinkRepositoryInterface $productLinkRepository
43- * @param \Magento\Catalog\Model\Product\LinkTypeProvider $linkTypeProvider
4438 */
4539 public function __construct (
4640 MetadataPool $ metadataPool ,
4741 Link $ linkResource ,
48- ProductLinkRepositoryInterface $ productLinkRepository ,
49- \Magento \Catalog \Model \Product \LinkTypeProvider $ linkTypeProvider
42+ ProductLinkRepositoryInterface $ productLinkRepository
5043 ) {
5144 $ this ->metadataPool = $ metadataPool ;
5245 $ this ->linkResource = $ linkResource ;
5346 $ this ->productLinkRepository = $ productLinkRepository ;
54- $ this ->linkTypeProvider = $ linkTypeProvider ;
5547 }
5648
5749 /**
You can’t perform that action at this time.
0 commit comments