From daedd547810af035f1afe2ff5bdc7ff9f92babb6 Mon Sep 17 00:00:00 2001 From: Sergii Kovalenko <skovalenko@magento.com> Date: Thu, 15 Sep 2016 06:38:20 -0700 Subject: [PATCH] MAGETWO-56941: [Github] Allowed countries for customer address in admin using storeview configuration #2946 --- app/code/Magento/Customer/Setup/UpgradeData.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/code/Magento/Customer/Setup/UpgradeData.php b/app/code/Magento/Customer/Setup/UpgradeData.php index 03bb6f72f2d..c03a1dec02d 100644 --- a/app/code/Magento/Customer/Setup/UpgradeData.php +++ b/app/code/Magento/Customer/Setup/UpgradeData.php @@ -60,8 +60,7 @@ class UpgradeData implements UpgradeDataInterface CustomerSetupFactory $customerSetupFactory, IndexerRegistry $indexerRegistry, \Magento\Eav\Model\Config $eavConfig - ) - { + ) { $this->customerSetupFactory = $customerSetupFactory; $this->indexerRegistry = $indexerRegistry; $this->eavConfig = $eavConfig; -- GitLab