plan schedules all nodes of text - impl of use case
This commit is contained in:
parent
0d00254e5f
commit
a606ceadaa
2 changed files with 23 additions and 3 deletions
|
|
@ -6,6 +6,7 @@ class CreatePlanRequest
|
|||
{
|
||||
public function __construct(
|
||||
public int $userId,
|
||||
public int $textId,
|
||||
public string $name,
|
||||
) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue