job updates and command kernel updates

This commit is contained in:
2021-06-07 03:31:51 +09:00
parent 2a3a86f185
commit 55b0002688

View File

@@ -58,7 +58,7 @@ class UpdateAllianceMoonRentalWorth implements ShouldQueue
])->get(['ore_id', 'quantity'])->toArray();
//one of these two ways will work
$worth = $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]]);
$worth = $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]);
dd($worth);
$worth = $mHelper->MoonTotalWorth($ores[0], $ores[1], $ores[2], $ores[3], $ores[4], $ores[5], $ores[6], $ores[7]);
$rentalAmount = $worth * $rentalTax * $months;