where($getGameUrlWhere); } $getGameUrl = $getGameUrl ->orderBy('gameUrl_id','desc') ->paginate($paginate) ->toArray(); return $getGameUrl; }//end getGameUrl() }