moon displays
This commit is contained in:
@@ -104,6 +104,12 @@ class MiningTaxesController extends Controller
|
|||||||
'Y-CWQY',
|
'Y-CWQY',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
$systems = AllianceMoon::where([
|
||||||
|
'rented' => 'No',
|
||||||
|
])->pluck('system_name')->toArray();
|
||||||
|
|
||||||
|
dd($systems);
|
||||||
|
|
||||||
//Get all of the moons which are not rented
|
//Get all of the moons which are not rented
|
||||||
$allyMoons = AllianceMoon::where([
|
$allyMoons = AllianceMoon::where([
|
||||||
'rented' => 'No',
|
'rented' => 'No',
|
||||||
|
|||||||
Reference in New Issue
Block a user