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 71d1dfe commit 9121318Copy full SHA for 9121318
app/code/Magento/Customer/Model/Checkout/ConfigProvider.php
@@ -51,7 +51,8 @@ public function __construct(
51
$this->urlBuilder=$urlBuilder;
52
$this->storeManager = $storeManager;
53
$this->scopeConfig = $scopeConfig;
54
- $this->customerUrl = $customerUrl ?? \Magento\Framework\App\ObjectManager::getInstance()->get(\Magento\Customer\Model\Url::class);
+ $this->customerUrl = $customerUrl ?? \Magento\Framework\App\ObjectManager::getInstance()
55
+ ->get(\Magento\Customer\Model\Url::class);
56
}
57
58
/**
0 commit comments