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 8a4dbbc commit 5853f13Copy full SHA for 5853f13
app/code/Magento/Store/App/FrontController/Plugin/DefaultStore.php
@@ -37,7 +37,7 @@ public function __construct(\Magento\Store\Model\StoreManagerInterface $storeMan
37
public function beforeDispatch(
38
\Magento\Framework\App\FrontController $subject,
39
\Magento\Framework\App\RequestInterface $request
40
- ) {
+ ) {
41
$this->storeManager->setCurrentStore(\Magento\Store\Model\Store::ADMIN_CODE);
42
}
43
0 commit comments