We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61856f5 commit 4c77dffCopy full SHA for 4c77dff
app/code/Magento/Store/Model/PathConfig.php
@@ -84,7 +84,7 @@ public function shouldBeSecure($path)
84
public function getDefaultPath()
85
{
86
$store = $this->storeManager->getStore();
87
- $value =$this->scopeConfig->getValue('web/default/front', ScopeInterface::SCOPE_STORE,$store);
+ $value = $this->scopeConfig->getValue('web/default/front', ScopeInterface::SCOPE_STORE, $store);
88
return $value;
89
}
90
0 commit comments