lazychaser / laravel-nestedset

Effective tree structures in Laravel 4-8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Move Between Root

dimyatiutoyo opened this issue · comments

I used $node->insertBeforeNode($otherNode) but got error ERROR: Node must not be a descendant. Thank youu