require full bid data on update
This commit is contained in:
parent
9e2e6d9449
commit
14e77d2885
4 changed files with 16 additions and 12 deletions
|
|
@ -4,8 +4,14 @@ namespace FreightQuote\Bid\UseCases;
|
|||
|
||||
class UpdateBidRequest
|
||||
{
|
||||
/**
|
||||
* @param string[] $fileAttachments
|
||||
*/
|
||||
public function __construct(
|
||||
public int $bidId,
|
||||
public array $data,
|
||||
public int $cost,
|
||||
public bool $isClosed,
|
||||
public string $notes,
|
||||
public array $fileAttachments,
|
||||
) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue