Skip to content

Commit ff0f24e

Browse files
authored
Fix Typo
1 parent d20f403 commit ff0f24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/webapi_rest/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\Webapi\Controller\Rest">
10-
<plugin name="Opengento_WebapiLogger::FrontControllerDispatchBefore" type="Opengento\WebapiLogger\Plugin\FrontControllerDispatchBefore"/>
10+
<plugin name="Opengento_WebapiLogger::FrontControllerDispatch" type="Opengento\WebapiLogger\Plugin\FrontControllerDispatch"/>
1111
</type>
1212
</config>

0 commit comments

Comments
 (0)