From f0f1f00b2535ec692ccd52400ad1360bb92f4b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=2E=20Nagy=20Gerg=C5=91?= Date: Tue, 26 Mar 2024 17:18:05 +0100 Subject: [PATCH] fix --- src/Fields/Address.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Fields/Address.php b/src/Fields/Address.php index 55465d0e..b0d51e74 100644 --- a/src/Fields/Address.php +++ b/src/Fields/Address.php @@ -33,9 +33,9 @@ public function fields(Request $request): array Text::make(__('Last Name'), 'last_name'), - Text::make(__('Company'), 'copmany'), + Text::make(__('Company'), 'company'), - Text::make(__('Tax ID'), 'copmany'), + Text::make(__('Tax ID'), 'tax_id'), Email::make(__('Email'), 'email'),