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
|
class CreateScheduledNodeRequest
|
||||||
{
|
{
|
||||||
public function __construct(
|
public function __construct(
|
||||||
public DateTimeImmutable $date,
|
public ?DateTimeImmutable $date,
|
||||||
public int $planId,
|
public ?int $planId,
|
||||||
) {}
|
) {}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue