moon displays
This commit is contained in:
@@ -113,7 +113,7 @@ class MiningTaxesController extends Controller
|
|||||||
$ores = AllianceMoonOre::where([
|
$ores = AllianceMoonOre::where([
|
||||||
'moon_id' => $moon->moon_id,
|
'moon_id' => $moon->moon_id,
|
||||||
])->get(['ore_name', 'quantity'])->toArray();
|
])->get(['ore_name', 'quantity'])->toArray();
|
||||||
|
dd($moon->system_name);
|
||||||
$moons->push([
|
$moons->push([
|
||||||
'system' => $moon->system_name,
|
'system' => $moon->system_name,
|
||||||
'ores' => $ores,
|
'ores' => $ores,
|
||||||
|
|||||||
Reference in New Issue
Block a user