test update bid use case
This commit is contained in:
parent
e4c535201b
commit
9e2e6d9449
4 changed files with 89 additions and 0 deletions
11
src/Bid/UseCases/UpdateBidRequest.php
Normal file
11
src/Bid/UseCases/UpdateBidRequest.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
namespace FreightQuote\Bid\UseCases;
|
||||
|
||||
class UpdateBidRequest
|
||||
{
|
||||
public function __construct(
|
||||
public int $bidId,
|
||||
public array $data,
|
||||
) {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue