Skip to content

Commit f45f04e

Browse files
committed
Codding standart improvements
1 parent d2bb632 commit f45f04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ public function isCookieRestrictionModeEnabled(string $storeId = null)
282282
public function isMfCookieConsentExtensionEnabled(string $storeId = null)
283283
{
284284
return $this->moduleManager->isEnabled('Magefan_CookieConsent')
285-
&& $this->getConfig(self::XML_PATH_MF_COOKIE_CONSENT_EXTENSION_ENABLED , $storeId);
285+
&& $this->getConfig(self::XML_PATH_MF_COOKIE_CONSENT_EXTENSION_ENABLED, $storeId);
286286
}
287287

288288
/*

0 commit comments

Comments
 (0)