Skip to content

Commit edf9ebc

Browse files
authored
Update ScopeConfigInterfacePlugin.php
1 parent 52445cc commit edf9ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin/Magento/Framework/App/Config/ScopeConfigInterfacePlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function __construct(
5252
* @param $scopeCode
5353
* @return mixed|string
5454
*/
55-
public function afterGetValue(\Magento\Framework\App\Config\ScopeConfigInterface $subject, $result, $path, $scopeType = ScopeConfigInterface::SCOPE_TYPE_DEFAULT, $scopeCode = null)
55+
public function afterGetValue($subject, $result, $path, $scopeType = ScopeConfigInterface::SCOPE_TYPE_DEFAULT, $scopeCode = null)
5656
{
5757
if ($path == 'mageworx_seo/base/canonical/canonical_ignore_pages' && $this->request->getModuleName() == 'blog' && $this->config->isEnabled()) {
5858
$blogPages = explode(",", $this->config->getConfig(Config::XML_PATH_DISPLAY_CANONICAL_TAG_FOR));

0 commit comments

Comments
 (0)