lazychaser / laravel-nestedset

Effective tree structures in Laravel 4-8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undefined method `append`

Rasmus-Bertell opened this issue · comments

Trying to use Laravels append method returns an error: Call to undefined method Kalnoy\\Nestedset\\QueryBuilder::append()

I might be doing something wrong here but the following works for other models but not for nested sets.

Model::query()
    ->apiPaginate()
    ->append('attribute');