add parent node to node, fix type of null
This commit is contained in:
parent
483110f773
commit
021a2a6f15
5 changed files with 24 additions and 1 deletions
|
|
@ -7,5 +7,6 @@ class CreateNodeRequest
|
|||
public function __construct(
|
||||
public int $textId,
|
||||
public string $title,
|
||||
public ?int $parentNodeId,
|
||||
) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue