Skip to content

Commit

Permalink
Merge pull request #8568 from magento-cia/AC-8477-fix
Browse files Browse the repository at this point in the history
AC-8477: /page_cache/block/esi handles param enhancement
  • Loading branch information
dvoskoboinikov authored Sep 27, 2023
2 parents 5d674ec + 85cf36e commit 01af133
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/code/Magento/PageCache/Controller/Block.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ public function __construct(
?: ObjectManager::getInstance()->get(LayoutCacheKeyInterface::class);
$this->regexValidatorFactory = $regexValidatorFactory
?: ObjectManager::getInstance()->get(RegexFactory::class);
$this->config = $scopeConfig;
$this->config = $scopeConfig
?: ObjectManager::getInstance()->get(ScopeConfigInterface::class);
}

/**
Expand Down

0 comments on commit 01af133

Please sign in to comment.