add phone number, notes, and contact person to carrier
This commit is contained in:
parent
f37868f0d0
commit
a739479e22
9 changed files with 88 additions and 6 deletions
|
|
@ -12,6 +12,9 @@ $carriers = [
|
|||
'id' => 0,
|
||||
'email' => 'carrier@test.com',
|
||||
'companyName' => 'test Company',
|
||||
'contactPerson' => 'Joe Shmoe',
|
||||
'phoneNumber' => '123456789',
|
||||
'notes' => 'some notes',
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue