test get bid link
This commit is contained in:
parent
2d8bca1a07
commit
baab481401
2 changed files with 28 additions and 0 deletions
|
|
@ -29,4 +29,13 @@ class Bid
|
|||
{
|
||||
return $this->carrierId;
|
||||
}
|
||||
|
||||
public function getBidLink(): ?string
|
||||
{
|
||||
$id = $this->id;
|
||||
if ($id === null) {
|
||||
return null;
|
||||
}
|
||||
return "https://freightquotes.com/bid/$id";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue