lazychaser / laravel-nestedset

Effective tree structures in Laravel 4-8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toTree() doesn't return the child only

crying2812 opened this issue · comments

I want to get specified childs and render them as tree but seems it wont work, it always required parent to show all of childs, how can i do that? Thanks