etrepat / baum

Baum is an implementation of the Nested Set pattern for Laravel's Eloquent ORM.
http://etrepat.com/baum
MIT License
2.24k stars 459 forks source link

getDescendances() and getAncestors() dont work #206

Open amin101 opened 8 years ago

amin101 commented 8 years ago

is there any method to get a complete array of all trees in table?

decebal commented 8 years ago

try all()

decebal commented 8 years ago

214