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.
1 parent d07e2a8 commit 521968dCopy full SHA for 521968d
lib/internal/Magento/Framework/App/PageCache/Kernel.php
@@ -110,8 +110,8 @@ public function __construct(
110
\Magento\PageCache\Model\Cache\Type::class
111
);
112
$this->identifierForSave = $identifierForSave ?? ObjectManager::getInstance()->get(
113
- \Magento\Framework\App\PageCache\IdentifierInterface::class
114
- );
+ \Magento\Framework\App\PageCache\IdentifierInterface::class
+ );
115
}
116
117
/**
0 commit comments