Skip to content
Snippets Groups Projects
Commit bb3932cf authored by Tommy Quissens's avatar Tommy Quissens
Browse files

fixed code styles

parent 97f77e64
Branches
No related merge requests found
......@@ -51,7 +51,8 @@ class ConfigProvider implements ConfigProviderInterface
$this->urlBuilder=$urlBuilder;
$this->storeManager = $storeManager;
$this->scopeConfig = $scopeConfig;
$this->customerUrl = $customerUrl ?? \Magento\Framework\App\ObjectManager::getInstance()->get(\Magento\Customer\Model\Url::class);
$this->customerUrl = $customerUrl ?? \Magento\Framework\App\ObjectManager::getInstance()
->get(\Magento\Customer\Model\Url::class);
}
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment