added blade for showing rented moons

This commit is contained in:
2021-07-18 00:32:34 -05:00
parent c075112810
commit bca5179cc3
2 changed files with 42 additions and 1 deletions

View File

@@ -67,7 +67,7 @@ class MiningTaxesController extends Controller
//Get the ores for the moon
$ores = AllianceMoonOre::where([
'moon_id' => $tempMoon->moon_id,
])->get();
])->get()->toArray();
$moons->push([
'moon_id' => $tempMoon->moon_id,