preserve schedule start date
This commit is contained in:
parent
bcbc2e6ba3
commit
d9d9869a49
4 changed files with 1 additions and 4 deletions
|
|
@ -13,7 +13,6 @@ final readonly class RescheduleScheduleDto
|
|||
public function __construct(
|
||||
public int $scheduleId,
|
||||
public User $user,
|
||||
public DateTimeImmutable $startDate,
|
||||
public DateTimeImmutable $targetDate,
|
||||
public array $assignments,
|
||||
) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue