laravel-nestedset icon indicating copy to clipboard operation
laravel-nestedset copied to clipboard

Undefined method `append`

Open Rasmus-Bertell opened this issue 1 year ago • 0 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');

Rasmus-Bertell avatar Jan 17 '24 06:01 Rasmus-Bertell