Skip to content

Commit 41fbd60

Browse files
committed
Make new dependency optional
1 parent d4d17e2 commit 41fbd60

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization/Helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public function __construct(
9797
\Magento\Catalog\Model\Product\Initialization\Helper\ProductLinks $productLinks,
9898
\Magento\Backend\Helper\Js $jsHelper,
9999
\Magento\Framework\Stdlib\DateTime\Filter\Date $dateFilter,
100-
\Magento\Catalog\Model\Product\LinkTypeProvider $linkTypeProvider
100+
\Magento\Catalog\Model\Product\LinkTypeProvider $linkTypeProvider = null
101101
) {
102102
$this->request = $request;
103103
$this->storeManager = $storeManager;

0 commit comments

Comments
 (0)