We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5712f0f commit 7d67492Copy full SHA for 7d67492
Model/Config.php
@@ -250,7 +250,7 @@ public function getInstallGtm(string $storeId = null): string
250
*/
251
public function getConfig(string $path, string $storeId = null)
252
{
253
- return $this->scopeConfig->getValue($path, ScopeInterface::SCOPE_STORE, $storeId);
+ return $this->scopeConfig->getValue($path, ScopeInterface::SCOPE_STORE, $storeId);
254
}
255
256
/**
0 commit comments