remove references of carrier and freight order ids from each other

They reference each other in created bid so these arrays are not necessary
This commit is contained in:
Yisroel Baum 2025-11-18 09:08:15 +02:00
parent e79064d909
commit 948380ba9f
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
6 changed files with 0 additions and 69 deletions

View file

@ -25,7 +25,6 @@ class FakeCarrierRepository implements CarrierRepository
$carrier->getNotes(),
$carrier->getLoadProfile(),
$carrier->getCountriesServing(),
$carrier->getFreightOrderIds(),
);
}
}
@ -51,7 +50,6 @@ class FakeCarrierRepository implements CarrierRepository
$carrier->getNotes(),
$carrier->getLoadProfile(),
$carrier->getCountriesServing(),
$carrier->getFreightOrderIds(),
);
}
@ -72,7 +70,6 @@ class FakeCarrierRepository implements CarrierRepository
$carrier->getNotes(),
$carrier->getLoadProfile(),
$carrier->getCountriesServing(),
$carrier->getFreightOrderIds(),
);
}, $this->existingCarriers);
}