Skip to content

Commit 9e21149

Browse files
Merge remote-tracking branch 'magento-l3/ACP2E-1378' into PR-L3-21-02-2023
2 parents 088f26e + 953992b commit 9e21149

File tree

3 files changed

+0
-82
lines changed

3 files changed

+0
-82
lines changed

app/code/Magento/Store/App/FrontController/Plugin/DefaultStore.php

Lines changed: 0 additions & 73 deletions
This file was deleted.

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
9-
<type name="Magento\Framework\App\FrontControllerInterface">
10-
<plugin name="default_store_setter" type="Magento\Store\App\FrontController\Plugin\DefaultStore" />
11-
</type>
129
<type name="Magento\Framework\Notification\MessageList">
1310
<arguments>
1411
<argument name="messages" xsi:type="array">

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,6 @@
115115
<argument name="cache" xsi:type="object">Magento\Framework\App\Cache\Type\Config</argument>
116116
</arguments>
117117
</type>
118-
<type name="Magento\Store\App\FrontController\Plugin\DefaultStore">
119-
<arguments>
120-
<argument name="runMode" xsi:type="init_parameter">Magento\Store\Model\StoreManager::PARAM_RUN_TYPE</argument>
121-
<argument name="scopeCode" xsi:type="init_parameter">Magento\Store\Model\StoreManager::PARAM_RUN_CODE</argument>
122-
</arguments>
123-
</type>
124118
<virtualType name="Magento\Store\Model\ResourceModel\Group\Collection\FetchStrategy" type="Magento\Framework\Data\Collection\Db\FetchStrategy\Cache">
125119
<arguments>
126120
<argument name="cache" xsi:type="object">Magento\Framework\App\Cache\Type\Collection</argument>

0 commit comments

Comments
 (0)