diff --git a/data/seedDb.php b/data/seedDb.php index b9f2b31..d695258 100644 --- a/data/seedDb.php +++ b/data/seedDb.php @@ -20,6 +20,12 @@ $nodes = [ 'textId' => 0, 'parentNodeId' => 0, ], + [ + 'id' => 2, + 'title' => 'Page 1.1.1', + 'textId' => 0, + 'parentNodeId' => 1, + ], ]; $fileDataMap = [