Skip to content

Commit a0f2126

Browse files
author
Oleksii Korshenko
committed
MAGETWO-48425: [Github] Allowed countries for customer address in admin using storeview configuration #2946
1 parent 4b4f274 commit a0f2126

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Store/App/FrontController/Plugin/DefaultStore.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,13 @@ public function __construct(\Magento\Store\Model\StoreManagerInterface $storeMan
2323
}
2424

2525
/**
26+
* Set current store for admin area
27+
*
2628
* @param \Magento\Framework\App\FrontController $subject
2729
* @param \Magento\Framework\App\RequestInterface $request
2830
* @return void
31+
*
32+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
2933
*/
3034
public function beforeDispatch(
3135
\Magento\Framework\App\FrontController $subject,

0 commit comments

Comments
 (0)