|
6 | 6 | */
|
7 | 7 | -->
|
8 | 8 | <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" /> |
12 | 12 | <type name="Magento\Framework\App\Config\ScopePool">
|
13 | 13 | <arguments>
|
14 | 14 | <argument name="readerPool" xsi:type="object">Magento\Store\Model\Config\Reader\ReaderPool\Proxy</argument>
|
|
49 | 49 | </type>
|
50 | 50 | <preference for="Magento\Framework\App\Config\Scope\ReaderPoolInterface" type="Magento\Store\Model\Config\Reader\ReaderPool"/>
|
51 | 51 | <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" /> |
53 | 53 | <type name="Magento\Framework\App\Action\Action">
|
54 | 54 | <plugin name="storeCheck" type="Magento\Store\App\Action\Plugin\StoreCheck" sortOrder="10"/>
|
55 | 55 | <plugin name="designLoader" type="Magento\Framework\App\Action\Plugin\Design" sortOrder="30"/>
|
56 | 56 | </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> |
63 | 63 | <type name="Magento\Store\Model\Resource\Website\Collection">
|
64 | 64 | <arguments>
|
65 | 65 | <argument name="fetchStrategy" xsi:type="object">Magento\Store\Model\Resource\Website\Collection\FetchStrategy</argument>
|
|
0 commit comments