quality fix
This commit is contained in:
parent
eaf32c5387
commit
fbfcf6ee79
|
|
@ -44,7 +44,7 @@ class HomeController extends Controller
|
||||||
|
|
||||||
$query->whereIn('user_id', $friendIds)
|
$query->whereIn('user_id', $friendIds)
|
||||||
->orWhere('user_id', '=', Auth::id());
|
->orWhere('user_id', '=', Auth::id());
|
||||||
})->orderBy('id', 'desc')->paginate(10);
|
})->orderBy('id', 'desc')->paginate(10, ["*"], "feedPage");
|
||||||
|
|
||||||
$data = [
|
$data = [
|
||||||
'friends' => $friends,
|
'friends' => $friends,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue