Skip to content

Commit

Permalink
[Analytics][Tracker] Feature Smile-SA#3340, phpcs warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vahonc committed Oct 10, 2024
1 parent a44e1e1 commit 99d906f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ public function __construct(
*/
public function isCompanyEnabled()
{
return $this->scopeConfig->isSetFlag(self::CONFIG_IS_B2B_COMPANY_ACTIVE_XPATH,
return $this->scopeConfig->isSetFlag(
self::CONFIG_IS_B2B_COMPANY_ACTIVE_XPATH,
\Magento\Store\Model\ScopeInterface::SCOPE_STORE
);
}
Expand Down

0 comments on commit 99d906f

Please sign in to comment.