We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d17e2 commit 41fbd60Copy full SHA for 41fbd60
app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization/Helper.php
@@ -97,7 +97,7 @@ public function __construct(
97
\Magento\Catalog\Model\Product\Initialization\Helper\ProductLinks $productLinks,
98
\Magento\Backend\Helper\Js $jsHelper,
99
\Magento\Framework\Stdlib\DateTime\Filter\Date $dateFilter,
100
- \Magento\Catalog\Model\Product\LinkTypeProvider $linkTypeProvider
+ \Magento\Catalog\Model\Product\LinkTypeProvider $linkTypeProvider = null
101
) {
102
$this->request = $request;
103
$this->storeManager = $storeManager;
0 commit comments