Skip to content

Commit 4dac67d

Browse files
committed
Fix typo.
1 parent edd0ccd commit 4dac67d

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageCache/etc/graphql

1 file changed

+1
-1
lines changed

app/code/Magento/PageCache/etc/graphql/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
99
<type name="Magento\Framework\App\FrontControllerInterface">
10-
<plugin name="page_cache_from_key_from_cookie" type="Magento\PageCache\Plugin\RegisterFormKeyFromCookie" />
10+
<plugin name="page_cache_form_key_from_cookie" type="Magento\PageCache\Plugin\RegisterFormKeyFromCookie" />
1111
</type>
1212
</config>

0 commit comments

Comments
 (0)