webreinvent/laravel-nestable

Using where in model

massimodevitis opened this issue · 1 comments

hi,
it's possible to use where in model?

ex: Category::nested()->where("id", 2)->get();

br
Max