SyntaxFix
Write A Post
Hire A Developer
Questions
The correct syntax to do this on your relations is:
Event::whereHas('participants', function ($query) { return $query->where('IDUser', '=', 1); })->get();
Read more at https://laravel.com/docs/5.8/eloquent-relationships#eager-loading