add start and end date and test for null entries
This commit is contained in:
parent
f8a1c2616d
commit
a752ff9ba5
3 changed files with 56 additions and 0 deletions
|
|
@ -8,5 +8,7 @@ class CreatePlanRequest
|
|||
public ?int $userId,
|
||||
public ?int $textId,
|
||||
public ?string $name,
|
||||
public ?string $dateStart,
|
||||
public ?string $dateEnd,
|
||||
) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue