wip: modernized edit flow
This commit is contained in:
@@ -4,7 +4,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace App\Model;
|
||||
|
||||
use App\Form\Model\BookingCreateDto;
|
||||
use App\Form\Model\BookingDto;
|
||||
use App\Form\Model\ParticipantDto;
|
||||
|
||||
/**
|
||||
@@ -22,7 +22,7 @@ readonly class InsuranceEligibilityCriteria
|
||||
public \DateTimeImmutable $bookingDate,
|
||||
public float $travelPrice,
|
||||
public int $travelDurationDays,
|
||||
public BookingCreateDto $booking,
|
||||
public BookingDto $booking,
|
||||
) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user