add grandchild node to seed data
This commit is contained in:
parent
a3e4505d6d
commit
f79757ce7e
1 changed files with 6 additions and 0 deletions
|
|
@ -20,6 +20,12 @@ $nodes = [
|
||||||
'textId' => 0,
|
'textId' => 0,
|
||||||
'parentNodeId' => 0,
|
'parentNodeId' => 0,
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'id' => 2,
|
||||||
|
'title' => 'Page 1.1.1',
|
||||||
|
'textId' => 0,
|
||||||
|
'parentNodeId' => 1,
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
$fileDataMap = [
|
$fileDataMap = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue