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 bbac3c8 commit c5233f8Copy full SHA for c5233f8
app/etc/di.xml
@@ -359,6 +359,11 @@
359
<argument name="appMode" xsi:type="init_parameter">Magento\Framework\App\State::PARAM_MODE</argument>
360
</arguments>
361
</type>
362
+ <type name="Magento\Framework\Interception\PluginListGenerator">
363
+ <arguments>
364
+ <argument name="appMode" xsi:type="init_parameter">Magento\Framework\App\State::PARAM_MODE</argument>
365
+ </arguments>
366
+ </type>
367
<type name="Magento\Framework\App\Cache\Frontend\Factory">
368
<arguments>
369
<argument name="enforcedOptions" xsi:type="init_parameter">Magento\Framework\App\Cache\Frontend\Factory::PARAM_CACHE_FORCED_OPTIONS</argument>
0 commit comments