Skip to content

Commit 5c86201

Browse files
author
Bryant Luk
committed
MAGETWO-34070: Move Store di.xml config to app/etc/di.xml
- Remove duplicated type arguments
1 parent f2e8357 commit 5c86201

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

app/code/Magento/Store/etc/di.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,6 @@
180180
<argument name="cacheKey" xsi:type="string">global_acl_resources</argument>
181181
</arguments>
182182
</type>
183-
<type name="Magento\Framework\App\Action\Action">
184-
<plugin name="storeCheck" type="Magento\Store\App\Action\Plugin\StoreCheck" sortOrder="10"/>
185-
</type>
186183
<type name="Magento\Framework\App\Config\Initial\Converter">
187184
<arguments>
188185
<argument name="nodeMap" xsi:type="array">
@@ -216,13 +213,6 @@
216213
</argument>
217214
</arguments>
218215
</type>
219-
<type name="Magento\Framework\Module\Updater\SetupFactory">
220-
<arguments>
221-
<argument name="resourceTypes" xsi:type="array">
222-
<item name="core_setup" xsi:type="string">Magento\Framework\Module\DataSetup</item>
223-
</argument>
224-
</arguments>
225-
</type>
226216
<type name="Magento\Framework\Module\DataSetup">
227217
<arguments>
228218
<argument name="resourceName" xsi:type="string">core_setup</argument>

app/code/Magento/Store/etc/frontend/di.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,4 @@
1212
<type name="Magento\Framework\App\Action\Action">
1313
<plugin name="contextPlugin" type="Magento\Store\App\Action\Plugin\Context" sortOrder="10"/>
1414
</type>
15-
<type name="Magento\Framework\App\FrontController">
16-
<plugin name="requestPreprocessor" type="Magento\Store\App\FrontController\Plugin\RequestPreprocessor" sortOrder="50"/>
17-
</type>
1815
</config>

0 commit comments

Comments
 (0)