Skip to content

Commit daedd54

Browse files
author
Sergii Kovalenko
committed
MAGETWO-56941: [Github] Allowed countries for customer address in admin using storeview configuration #2946
1 parent 863c05a commit daedd54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Customer/Setup/UpgradeData.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ public function __construct(
6060
CustomerSetupFactory $customerSetupFactory,
6161
IndexerRegistry $indexerRegistry,
6262
\Magento\Eav\Model\Config $eavConfig
63-
)
64-
{
63+
) {
6564
$this->customerSetupFactory = $customerSetupFactory;
6665
$this->indexerRegistry = $indexerRegistry;
6766
$this->eavConfig = $eavConfig;

0 commit comments

Comments
 (0)