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
|
|
@ -17,7 +17,10 @@ class CreateCarrier
|
|||
$carrier = new Carrier(
|
||||
null,
|
||||
$this->dto->email,
|
||||
$this->dto->companyName
|
||||
$this->dto->companyName,
|
||||
$this->dto->contactPerson,
|
||||
$this->dto->phoneNumber,
|
||||
$this->dto->notes,
|
||||
);
|
||||
|
||||
return $this->carrierRepo->save($carrier);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue