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 d20f403 commit ff0f24eCopy full SHA for ff0f24e
etc/webapi_rest/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\Webapi\Controller\Rest">
10
- <plugin name="Opengento_WebapiLogger::FrontControllerDispatchBefore" type="Opengento\WebapiLogger\Plugin\FrontControllerDispatchBefore"/>
+ <plugin name="Opengento_WebapiLogger::FrontControllerDispatch" type="Opengento\WebapiLogger\Plugin\FrontControllerDispatch"/>
11
</type>
12
</config>
0 commit comments