From e3c9459017f2bcf7c7aab8f74e6d071b47797683 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 22 Feb 2021 23:06:45 +0900 Subject: [PATCH] ledger job --- app/Library/Moons/MoonCalc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Library/Moons/MoonCalc.php b/app/Library/Moons/MoonCalc.php index ef7d64cd3..233530b0f 100644 --- a/app/Library/Moons/MoonCalc.php +++ b/app/Library/Moons/MoonCalc.php @@ -213,7 +213,6 @@ class MoonCalc { //Declare variables $lookupHelper = new LookupHelper; $finalName = null; - $oreId = null; $pastTime = Carbon::now()->subDays(30); @@ -239,7 +238,6 @@ class MoonCalc { $promethiumPrice = MineralPrice::where(['ItemId' => 16652])->where('Time', '>', $pastTime)->avg('Price'); $thuliumPrice = MineralPrice::where(['ItemId' => 16653])->where('Time', '>', $pastTime)->avg('Price'); - dd($oreId); //Get the name through the lookup table $oreName = $lookupHelper->ItemIdToName($oreId); dd($oreName);