Skip to content

Commit 43e189a

Browse files
committed
MAGETWO-34528: Contribution of Sprint 24 Work to Mainline
- fixed indentation
1 parent 3867e95 commit 43e189a

File tree

1 file changed

+10
-10
lines changed
  • app/code/Magento/Store/etc

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/ObjectManager/etc/config.xsd">
9-
<preference for="Magento\Framework\App\Request\PathInfoProcessorInterface" type="Magento\Store\App\Request\PathInfoProcessor" />
10-
<preference for="Magento\Store\Model\StoreManagerInterface" type="Magento\Store\Model\StoreManager" />
11-
<preference for="Magento\Framework\App\Response\RedirectInterface" type="Magento\Store\App\Response\Redirect" />
9+
<preference for="Magento\Framework\App\Request\PathInfoProcessorInterface" type="Magento\Store\App\Request\PathInfoProcessor" />
10+
<preference for="Magento\Store\Model\StoreManagerInterface" type="Magento\Store\Model\StoreManager" />
11+
<preference for="Magento\Framework\App\Response\RedirectInterface" type="Magento\Store\App\Response\Redirect" />
1212
<type name="Magento\Framework\App\Config\ScopePool">
1313
<arguments>
1414
<argument name="readerPool" xsi:type="object">Magento\Store\Model\Config\Reader\ReaderPool\Proxy</argument>
@@ -49,17 +49,17 @@
4949
</type>
5050
<preference for="Magento\Framework\App\Config\Scope\ReaderPoolInterface" type="Magento\Store\Model\Config\Reader\ReaderPool"/>
5151
<preference for="Magento\Framework\App\ScopeResolverInterface" type="Magento\Store\Model\Resolver\Store" />
52-
<preference for="Magento\Framework\App\Router\PathConfigInterface" type="Magento\Store\Model\PathConfig" />
52+
<preference for="Magento\Framework\App\Router\PathConfigInterface" type="Magento\Store\Model\PathConfig" />
5353
<type name="Magento\Framework\App\Action\Action">
5454
<plugin name="storeCheck" type="Magento\Store\App\Action\Plugin\StoreCheck" sortOrder="10"/>
5555
<plugin name="designLoader" type="Magento\Framework\App\Action\Plugin\Design" sortOrder="30"/>
5656
</type>
57-
<type name="Magento\Framework\Url\SecurityInfo">
58-
<plugin name="storeUrlSecurityInfo" type="Magento\Store\Url\Plugin\SecurityInfo"/>
59-
</type>
60-
<type name="Magento\Framework\Url\RouteParamsResolver">
61-
<plugin name="storeUrlRouteParamsResolver" type="Magento\Store\Url\Plugin\RouteParamsResolver"/>
62-
</type>
57+
<type name="Magento\Framework\Url\SecurityInfo">
58+
<plugin name="storeUrlSecurityInfo" type="Magento\Store\Url\Plugin\SecurityInfo"/>
59+
</type>
60+
<type name="Magento\Framework\Url\RouteParamsResolver">
61+
<plugin name="storeUrlRouteParamsResolver" type="Magento\Store\Url\Plugin\RouteParamsResolver"/>
62+
</type>
6363
<type name="Magento\Store\Model\Resource\Website\Collection">
6464
<arguments>
6565
<argument name="fetchStrategy" xsi:type="object">Magento\Store\Model\Resource\Website\Collection\FetchStrategy</argument>

0 commit comments

Comments
 (0)