Skip to content

Commit 9e27141

Browse files
authored
Remove duplicate declaration
1 parent 5a82b87 commit 9e27141

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app/etc/di.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -359,11 +359,6 @@
359359
<argument name="appMode" xsi:type="init_parameter">Magento\Framework\App\State::PARAM_MODE</argument>
360360
</arguments>
361361
</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>
367362
<type name="Magento\Framework\App\Cache\Frontend\Factory">
368363
<arguments>
369364
<argument name="enforcedOptions" xsi:type="init_parameter">Magento\Framework\App\Cache\Frontend\Factory::PARAM_CACHE_FORCED_OPTIONS</argument>
@@ -476,6 +471,7 @@
476471
<item name="primary" xsi:type="string">primary</item>
477472
<item name="first" xsi:type="string">global</item>
478473
</argument>
474+
<argument name="appMode" xsi:type="init_parameter">Magento\Framework\App\State::PARAM_MODE</argument>
479475
</arguments>
480476
</type>
481477
<type name="Magento\Framework\App\ResourceConnection">

0 commit comments

Comments
 (0)