Skip to content

Commit 521968d

Browse files
committed
ACP2E-2025: Refix ACP2E-1445 for multiple store views in the frontend.
- Fixed the static test failure.
1 parent d07e2a8 commit 521968d

File tree

1 file changed

+2
-2
lines changed
  • lib/internal/Magento/Framework/App/PageCache

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/App/PageCache/Kernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ public function __construct(
110110
\Magento\PageCache\Model\Cache\Type::class
111111
);
112112
$this->identifierForSave = $identifierForSave ?? ObjectManager::getInstance()->get(
113-
\Magento\Framework\App\PageCache\IdentifierInterface::class
114-
);
113+
\Magento\Framework\App\PageCache\IdentifierInterface::class
114+
);
115115
}
116116

117117
/**

0 commit comments

Comments
 (0)