DEV Community

Discussion on: Laravel WhereHas() and With()

Collapse
 
maprangsoft profile image
Maprangsoft

i use laravel 8 use \Illuminate\Database\Eloquent\Builder\Eloquent; not found

Collapse
 
othmane_nemli profile image
Othmane Nemli

Thank you, I fixed the class name, you need to use Illuminate\Database\Eloquent\Builder instead

Collapse
 
maprangsoft profile image
Maprangsoft

thank you very much.