Skip to content

Commit 59fe08c

Browse files
author
Tommy Quissens
committed
code cleanup
1 parent dffcce3 commit 59fe08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Model/Checkout/ConfigProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __construct(
5252
$this->urlBuilder = $urlBuilder;
5353
$this->storeManager = $storeManager;
5454
$this->scopeConfig = $scopeConfig;
55-
$this->customerUrl = $customerUrl?: ObjectManager::getInstance()
55+
$this->customerUrl = $customerUrl ?: ObjectManager::getInstance()
5656
->get(Url::class);
5757
}
5858

0 commit comments

Comments
 (0)