add user to plan
This commit is contained in:
parent
9c2f95eda1
commit
547558d850
5 changed files with 18 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ namespace App\Plan\UseCases;
|
|||
class CreatePlanRequest
|
||||
{
|
||||
public function __construct(
|
||||
public int $userId,
|
||||
public string $name,
|
||||
) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue