preserve schedule start date

This commit is contained in:
Yisroel Baum 2026-08-22 21:59:36 +03:00
parent bcbc2e6ba3
commit d9d9869a49
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
4 changed files with 1 additions and 4 deletions

View file

@ -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,
) {}