moon displays

This commit is contained in:
2021-06-01 00:03:31 +09:00
parent 49257e4cf4
commit 20cc7f22dc
3 changed files with 14 additions and 12 deletions

View File

@@ -103,7 +103,8 @@ class MiningTaxesController extends Controller
if($moon->moon_type != 'R32' || $moon->moon_type != 'R64') {
$moons->push([
'system' => $moon->name,
'system' => $moon->system_name,
'moon_name' => $moon->name,
'ores' => $ores,
]);
}
@@ -192,7 +193,8 @@ class MiningTaxesController extends Controller
])->get(['ore_name', 'quantity'])->toArray();
$moons->push([
'system' => $moon->name,
'system' => $moon->system_name,
'moon_name' => $moon->name,
'ores' => $ores,
]);
}