wip: submit booking to api
This commit is contained in:
@@ -31,6 +31,8 @@ class BookingCreateDto implements BookingDtoInterface
|
||||
|
||||
public ?BankAccountDto $bankAccount = null;
|
||||
|
||||
public ?int $agencyId = null;
|
||||
|
||||
public function __construct(public Travel $travel, public int $hotelId)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user