mirror of
https://github.com/Karaka-Management/oms-Contact.git
synced 2026-02-14 16:38:40 +00:00
Automated formatting changes
This commit is contained in:
parent
d0ed284d3d
commit
0d7495f577
|
|
@ -12,20 +12,20 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Contact' => [
|
return ['Contact' => [
|
||||||
'Address' => '',
|
'Address' => '',
|
||||||
'Addresses' => '',
|
'Addresses' => '',
|
||||||
'City' => '',
|
'City' => '',
|
||||||
'Contact' => '',
|
'Contact' => '',
|
||||||
'Contacts' => '',
|
'Contacts' => '',
|
||||||
'Country' => '',
|
'Country' => '',
|
||||||
'Email' => '',
|
'Email' => '',
|
||||||
'FAO' => '',
|
'FAO' => '',
|
||||||
'Fax' => '',
|
'Fax' => '',
|
||||||
'Name' => '',
|
'Name' => '',
|
||||||
'Office' => '',
|
'Office' => '',
|
||||||
'Phone' => '',
|
'Phone' => '',
|
||||||
'Private' => '',
|
'Private' => '',
|
||||||
'Province' => '',
|
'Province' => '',
|
||||||
'State' => '',
|
'State' => '',
|
||||||
'Zip' => '',
|
'Zip' => '',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
|
|
@ -12,20 +12,20 @@
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
return ['Contact' => [
|
return ['Contact' => [
|
||||||
'Address' => 'Address',
|
'Address' => 'Address',
|
||||||
'Addresses' => 'Addresses',
|
'Addresses' => 'Addresses',
|
||||||
'City' => 'City',
|
'City' => 'City',
|
||||||
'Contact' => 'Contact',
|
'Contact' => 'Contact',
|
||||||
'Contacts' => 'Contacts',
|
'Contacts' => 'Contacts',
|
||||||
'Country' => 'Country',
|
'Country' => 'Country',
|
||||||
'Email' => 'Email',
|
'Email' => 'Email',
|
||||||
'FAO' => 'FAO',
|
'FAO' => 'FAO',
|
||||||
'Fax' => 'Fax',
|
'Fax' => 'Fax',
|
||||||
'Name' => 'Name',
|
'Name' => 'Name',
|
||||||
'Office' => 'Office',
|
'Office' => 'Office',
|
||||||
'Phone' => 'Phone',
|
'Phone' => 'Phone',
|
||||||
'Private' => 'Private',
|
'Private' => 'Private',
|
||||||
'Province' => 'Province',
|
'Province' => 'Province',
|
||||||
'State' => 'State',
|
'State' => 'State',
|
||||||
'Zip' => 'Zip',
|
'Zip' => 'Zip',
|
||||||
]];
|
]];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user