nicolaslopezj / searchable

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

BadMethodCallException: Call to undefined method Illuminate\Database\Query\Builder::withoutGlobalScopes() #176

Open annelbco opened 6 years ago

annelbco commented 6 years ago

Breaking changes for Laravel 4.2, from version 1.10.0 and up :

When searching, it returns an error:

BadMethodCallException: Call to undefined method Illuminate\Database\Query\Builder::withoutGlobalScopes()

Reverting to 1.9.6 fixes the error.