make CreateScheduledNodeRequest properties nullable
This commit is contained in:
parent
1a4144c278
commit
8cd11e98c2
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ use DateTimeImmutable;
|
|||
class CreateScheduledNodeRequest
|
||||
{
|
||||
public function __construct(
|
||||
public DateTimeImmutable $date,
|
||||
public int $planId,
|
||||
public ?DateTimeImmutable $date,
|
||||
public ?int $planId,
|
||||
) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue