Skip to content

Commit 7d67492

Browse files
author
DenysTsymbal
committed
9528-remove-comment
1 parent 5712f0f commit 7d67492

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
@@ -250,7 +250,7 @@ public function getInstallGtm(string $storeId = null): string
250250
*/
251251
public function getConfig(string $path, string $storeId = null)
252252
{
253-
return $this->scopeConfig->getValue($path, ScopeInterface::SCOPE_STORE, $storeId);
253+
return $this->scopeConfig->getValue($path, ScopeInterface::SCOPE_STORE, $storeId);
254254
}
255255

256256
/**

0 commit comments

Comments
 (0)