add load profile and countries serving to carrier
This commit is contained in:
parent
cce5e296c6
commit
3be8eee948
6 changed files with 37 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ class CreateCarrier
|
|||
$this->dto->contactPerson,
|
||||
$this->dto->phoneNumber,
|
||||
$this->dto->notes,
|
||||
$this->dto->loadProfile,
|
||||
$this->dto->countriesServing,
|
||||
);
|
||||
|
||||
return $this->carrierRepo->save($carrier);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue