📅  最后修改于: 2022-03-11 14:54:08.295000             🧑  作者: Mango
Event::with(["owner", "participants" => function($q) use($someId){
$q->where('participants.IdUser', '=', 1);
//$q->where('some other field', $someId);
}])