add freight orders to carrier

This commit is contained in:
Yisroel Baum 2025-11-13 20:31:11 +02:00
parent 14d7ddfdd3
commit 4971b86180
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
4 changed files with 13 additions and 0 deletions

View file

@ -23,6 +23,7 @@ class CreateCarrier
$this->dto->notes,
$this->dto->loadProfile,
$this->dto->countriesServing,
[],
);
return $this->carrierRepo->save($carrier);