Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
Fixed coding standard error
Browse files Browse the repository at this point in the history
  • Loading branch information
gelanivishal committed Jun 4, 2018
1 parent 61856f5 commit 4c77dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Store/Model/PathConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function shouldBeSecure($path)
public function getDefaultPath()
{
$store = $this->storeManager->getStore();
$value =$this->scopeConfig->getValue('web/default/front', ScopeInterface::SCOPE_STORE,$store);
$value = $this->scopeConfig->getValue('web/default/front', ScopeInterface::SCOPE_STORE, $store);
return $value;
}
}

0 comments on commit 4c77dff

Please sign in to comment.