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.
2 parents 5d674ec + 85cf36e commit 01af133Copy full SHA for 01af133
app/code/Magento/PageCache/Controller/Block.php
@@ -92,7 +92,8 @@ public function __construct(
92
?: ObjectManager::getInstance()->get(LayoutCacheKeyInterface::class);
93
$this->regexValidatorFactory = $regexValidatorFactory
94
?: ObjectManager::getInstance()->get(RegexFactory::class);
95
- $this->config = $scopeConfig;
+ $this->config = $scopeConfig
96
+ ?: ObjectManager::getInstance()->get(ScopeConfigInterface::class);
97
}
98
99
/**
0 commit comments