Skip to content

Commit efc4038

Browse files
committed
replace phone_number with phone in config
1 parent 3e5c966 commit efc4038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/invoices.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
'country' => null,
6767
],
6868
'email' => null,
69-
'phone_number' => null,
69+
'phone' => null,
7070
'tax_number' => null,
7171
'company_number' => null,
7272
],

0 commit comments

Comments
 (0)