added blade for showing rented moons
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user