snapshot schedule source data

This commit is contained in:
Yisroel Baum 2026-08-10 22:36:14 +03:00
parent 14fe2fcb46
commit f500bd6095
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
14 changed files with 84 additions and 87 deletions

View file

@ -2,7 +2,6 @@
namespace App\Schedule;
use App\Set\Set;
use App\User\User;
use DateTimeImmutable;
@ -13,7 +12,7 @@ final readonly class CreateScheduleDto
*/
public function __construct(
public User $user,
public Set $set,
public string $setName,
public string $elementKind,
public DateTimeImmutable $startDate,
public DateTimeImmutable $targetDate,