id; return $query->where('id', $idUser)->first(); } public function scopeReferents($query) { return $query->where('droits', '0'); } }