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 edd0ccd commit 4dac67dCopy full SHA for 4dac67d
app/code/Magento/PageCache/etc/graphql/di.xml
@@ -7,6 +7,6 @@
7
-->
8
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
9
<type name="Magento\Framework\App\FrontControllerInterface">
10
- <plugin name="page_cache_from_key_from_cookie" type="Magento\PageCache\Plugin\RegisterFormKeyFromCookie" />
+ <plugin name="page_cache_form_key_from_cookie" type="Magento\PageCache\Plugin\RegisterFormKeyFromCookie" />
11
</type>
12
</config>
0 commit comments