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:
parent
e79064d909
commit
948380ba9f
6 changed files with 0 additions and 69 deletions
|
|
@ -25,7 +25,6 @@ class FakeFreightOrderRepository implements FreightOrderRepository
|
|||
$freightOrder->getLoadDetails(),
|
||||
$freightOrder->getNotes(),
|
||||
$freightOrder->getFileAttachments(),
|
||||
$freightOrder->getCarrierIds(),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
@ -50,7 +49,6 @@ class FakeFreightOrderRepository implements FreightOrderRepository
|
|||
$freightOrder->getLoadDetails(),
|
||||
$freightOrder->getNotes(),
|
||||
$freightOrder->getFileAttachments(),
|
||||
$freightOrder->getCarrierIds(),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue