From 8c44bdac05db6106b814f355647e669605704909 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Sun, 30 May 2021 22:44:04 +0900 Subject: [PATCH] testing moon worth job --- app/Http/Controllers/Test/TestController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Http/Controllers/Test/TestController.php b/app/Http/Controllers/Test/TestController.php index 7ce54608f..9815d982d 100644 --- a/app/Http/Controllers/Test/TestController.php +++ b/app/Http/Controllers/Test/TestController.php @@ -54,6 +54,8 @@ class TestController extends Controller $ores = AllianceMoonOre::where([ 'moon_id' => $moon->moon_id, ])->get(['ore_id', 'quantity'])->toArray(); + + dd($ores); //one of these two ways will work $worth1 = $mHelper->MoonTotalWorth($ores[0][0], $ores[0][1], $ores[1][0], $ores[1][1], $ores[2][0], $ores[2][1], $ores[3][0], $ores[3][1]);