nicolaslopezj / searchable

A php trait to search laravel models
MIT License
2.01k stars 291 forks source link

Fix: global scopes being called twice #230

Open abhiaay opened 1 year ago

abhiaay commented 1 year ago

This commit is fix when searchable try to clone query and select existing query whicis already has global query scope.