Skip to content

Commit 5853f13

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function __construct(\Magento\Store\Model\StoreManagerInterface $storeMan
3737
public function beforeDispatch(
3838
\Magento\Framework\App\FrontController $subject,
3939
\Magento\Framework\App\RequestInterface $request
40-
) {
40+
) {
4141
$this->storeManager->setCurrentStore(\Magento\Store\Model\Store::ADMIN_CODE);
4242
}
4343
}

0 commit comments

Comments
 (0)