File tree 3 files changed +4
-2
lines changed 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 65
65
<preference for =" Magento\Framework\App\Router\PathConfigInterface" type =" Magento\Store\Model\PathConfig" />
66
66
<type name =" Magento\Framework\App\ActionInterface" >
67
67
<plugin name =" storeCheck" type =" Magento\Store\App\Action\Plugin\StoreCheck" />
68
- <plugin name =" designLoader" type =" Magento\Framework\App\Action\Plugin\LoadDesignPlugin" />
69
68
<plugin name =" eventDispatch" type =" Magento\Framework\App\Action\Plugin\EventDispatchPlugin" />
70
69
<plugin name =" actionFlagNoDispatch" type =" Magento\Framework\App\Action\Plugin\ActionFlagNoDispatchPlugin" />
71
70
</type >
Original file line number Diff line number Diff line change 4
4
* See COPYING.txt for license details.
5
5
*/
6
6
7
- namespace Magento \Framework \ App \ Action \Plugin ;
7
+ namespace Magento \Theme \Plugin ;
8
8
9
9
use Magento \Framework \App \ActionInterface ;
10
10
use Magento \Framework \Config \Dom \ValidationException ;
Original file line number Diff line number Diff line change 104
104
<argument name =" scope" xsi : type =" const" >Magento\Store\Model\ScopeInterface::SCOPE_STORE</argument >
105
105
</arguments >
106
106
</virtualType >
107
+ <type name =" Magento\Framework\App\ActionInterface" >
108
+ <plugin name =" designLoader" type =" Magento\Theme\Plugin\LoadDesignPlugin" />
109
+ </type >
107
110
<type name =" Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory" >
108
111
<arguments >
109
112
<argument name =" collections" xsi : type =" array" >
You can’t perform that action at this time.
0 commit comments