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 4b4f274 commit a0f2126Copy full SHA for a0f2126
app/code/Magento/Store/App/FrontController/Plugin/DefaultStore.php
@@ -23,9 +23,13 @@ public function __construct(\Magento\Store\Model\StoreManagerInterface $storeMan
23
}
24
25
/**
26
+ * Set current store for admin area
27
+ *
28
* @param \Magento\Framework\App\FrontController $subject
29
* @param \Magento\Framework\App\RequestInterface $request
30
* @return void
31
32
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
33
*/
34
public function beforeDispatch(
35
\Magento\Framework\App\FrontController $subject,
0 commit comments