add setter for freight order ids
This commit is contained in:
parent
dbed2a9acc
commit
56be22d6ef
1 changed files with 5 additions and 0 deletions
|
|
@ -65,4 +65,9 @@ class Carrier
|
||||||
{
|
{
|
||||||
return $this->freightOrderIds;
|
return $this->freightOrderIds;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function setFreightOrderIds(array $ids): void
|
||||||
|
{
|
||||||
|
$this->freightOrderIds = $ids;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue