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