Article::whereHas('source', function($q) use ($source) { $q->where('slug', $source); })->where('guid', $guid)->get()->first() ]); } }