add phone number, notes, and contact person to carrier

This commit is contained in:
Yisroel Baum 2025-11-10 11:14:32 +02:00
parent f37868f0d0
commit a739479e22
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
9 changed files with 88 additions and 6 deletions

View file

@ -12,6 +12,9 @@ $carriers = [
'id' => 0,
'email' => 'carrier@test.com',
'companyName' => 'test Company',
'contactPerson' => 'Joe Shmoe',
'phoneNumber' => '123456789',
'notes' => 'some notes',
],
];