add load profile and countries serving to carrier

This commit is contained in:
Yisroel Baum 2025-11-11 20:43:18 +02:00
parent cce5e296c6
commit 3be8eee948
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
6 changed files with 37 additions and 0 deletions

View file

@ -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);