File tree 1 file changed +1
-9
lines changed
app/code/Magento/Catalog/Model/Product/Link
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -30,28 +30,20 @@ class SaveHandler
30
30
*/
31
31
private $ linkResource ;
32
32
33
- /**
34
- * @var linkTypeProvider
35
- */
36
- private $ linkTypeProvider ;
37
-
38
33
/**
39
34
* SaveHandler constructor.
40
35
* @param MetadataPool $metadataPool
41
36
* @param Link $linkResource
42
37
* @param ProductLinkRepositoryInterface $productLinkRepository
43
- * @param \Magento\Catalog\Model\Product\LinkTypeProvider $linkTypeProvider
44
38
*/
45
39
public function __construct (
46
40
MetadataPool $ metadataPool ,
47
41
Link $ linkResource ,
48
- ProductLinkRepositoryInterface $ productLinkRepository ,
49
- \Magento \Catalog \Model \Product \LinkTypeProvider $ linkTypeProvider
42
+ ProductLinkRepositoryInterface $ productLinkRepository
50
43
) {
51
44
$ this ->metadataPool = $ metadataPool ;
52
45
$ this ->linkResource = $ linkResource ;
53
46
$ this ->productLinkRepository = $ productLinkRepository ;
54
- $ this ->linkTypeProvider = $ linkTypeProvider ;
55
47
}
56
48
57
49
/**
You can’t perform that action at this time.
0 commit comments