From b1ffb693a944fc9c8547c017b80e48d5a46b5c4e Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 25 Oct 2018 22:06:44 -0500 Subject: [PATCH] FetchNew junk --- app/Library/MoonCalc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Library/MoonCalc.php b/app/Library/MoonCalc.php index fdc662008..f5ead3b16 100644 --- a/app/Library/MoonCalc.php +++ b/app/Library/MoonCalc.php @@ -118,7 +118,8 @@ class MoonCalc { foreach($ItemIDs as $key => $value) { $client = new Client(); $url = 'https://market.fuzzwork.co.uk/aggregates/?region=10000002&types=' . $value; - $result = $client->request('GET', $url); + $item = $client->request('GET', $url); + dd($item); DB::table('Prices')->insert([ 'Name' => $key, 'ItemId' => $value,