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 c62ab93 commit 4402714Copy full SHA for 4402714
app/code/Magento/Wishlist/Block/Customer/Wishlist/Item/Column/Cart.php
@@ -28,8 +28,8 @@ class Cart extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column
28
public function __construct(
29
\Magento\Catalog\Block\Product\Context $context,
30
\Magento\Framework\App\Http\Context $httpContext,
31
- \Magento\Catalog\Block\Product\View $productView = null,
32
- array $data = []
+ array $data = [],
+ \Magento\Catalog\Block\Product\View $productView = null
33
) {
34
$this->productView = $productView ?:
35
\Magento\Framework\App\ObjectManager::getInstance()->get(\Magento\Catalog\Block\Product\View::class);
0 commit comments