plan schedules all nodes of text - impl of use case

This commit is contained in:
Yisroel Baum 2026-03-01 11:57:33 +02:00
parent 0d00254e5f
commit a606ceadaa
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
2 changed files with 23 additions and 3 deletions

View file

@ -6,6 +6,7 @@ class CreatePlanRequest
{
public function __construct(
public int $userId,
public int $textId,
public string $name,
) {}
}