Skip to content

Commit 01af133

Browse files
Merge pull request #8568 from magento-cia/AC-8477-fix
AC-8477: /page_cache/block/esi handles param enhancement
2 parents 5d674ec + 85cf36e commit 01af133

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/PageCache/Controller

1 file changed

+2
-1
lines changed

app/code/Magento/PageCache/Controller/Block.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ public function __construct(
9292
?: ObjectManager::getInstance()->get(LayoutCacheKeyInterface::class);
9393
$this->regexValidatorFactory = $regexValidatorFactory
9494
?: ObjectManager::getInstance()->get(RegexFactory::class);
95-
$this->config = $scopeConfig;
95+
$this->config = $scopeConfig
96+
?: ObjectManager::getInstance()->get(ScopeConfigInterface::class);
9697
}
9798

9899
/**

0 commit comments

Comments
 (0)