We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e31c0 commit 5f4e6d3Copy full SHA for 5f4e6d3
app/code/Magento/Store/etc/di.xml
@@ -65,7 +65,7 @@
65
<preference for="Magento\Framework\App\Router\PathConfigInterface" type="Magento\Store\Model\PathConfig" />
66
<type name="Magento\Framework\App\Action\AbstractAction">
67
<plugin name="storeCheck" type="Magento\Store\App\Action\Plugin\StoreCheck" sortOrder="10"/>
68
- <plugin name="designLoader" type="Magento\Framework\App\Action\Plugin\Design" sortOrder="30"/>
+ <plugin name="designLoader" type="Magento\Framework\App\Action\Plugin\Design" />
69
</type>
70
<type name="Magento\Framework\Url\SecurityInfo">
71
<plugin name="storeUrlSecurityInfo" type="Magento\Store\Url\Plugin\SecurityInfo"/>
0 commit comments