From f79757ce7eec16829c146bfc41d5cfa34e88afbc Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Mon, 20 Apr 2026 09:32:12 +0300 Subject: [PATCH] add grandchild node to seed data --- data/seedDb.php | 6 ++++++ 1 file changed, 6 insertions(+) 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 = [