Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 796ba71

Browse files
committed
magento/magento2#10140: Update attribute vat_id frontend_label to make it translatable
1 parent c51a849 commit 796ba71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ private function upgradeVersionTwoZeroSeven($customerSetup)
644644
* @param CustomerSetup $customerSetup
645645
* @return void
646646
*/
647-
private function upgradeVersionTwoZeroTwelve($customerSetup)
647+
private function upgradeVersionTwoZeroTwelve(CustomerSetup $customerSetup)
648648
{
649649
$customerSetup->updateAttribute('customer_address', 'vat_id', 'frontend_label', 'VAT Number');
650650
}

0 commit comments

Comments
 (0)