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 0abbdd8 commit a0329e4Copy full SHA for a0329e4
app/code/Magento/Store/etc/di.xml
@@ -57,7 +57,7 @@
57
<preference for="Magento\Framework\App\Router\PathConfigInterface" type="Magento\Store\Model\PathConfig" />
58
<type name="Magento\Framework\App\Action\AbstractAction">
59
<plugin name="storeCheck" type="Magento\Store\App\Action\Plugin\StoreCheck" sortOrder="10"/>
60
- <plugin name="designLoader" type="Magento\Framework\App\Action\Plugin\Design" sortOrder="30"/>
+ <plugin name="designLoader" type="Magento\Framework\App\Action\Plugin\Design" />
61
</type>
62
<type name="Magento\Framework\Url\SecurityInfo">
63
<plugin name="storeUrlSecurityInfo" type="Magento\Store\Url\Plugin\SecurityInfo"/>
0 commit comments