moon displays

This commit is contained in:
2021-05-31 23:31:35 +09:00
parent 9e851e1a10
commit 7af4457c6a

View File

@@ -113,7 +113,7 @@ class MiningTaxesController extends Controller
$ores = AllianceMoonOre::where([
'moon_id' => $moon->moon_id,
])->get(['ore_name', 'quantity'])->toArray();
dd($moon->system_name);
$moons->push([
'system' => $moon->system_name,
'ores' => $ores,