moon displays

This commit is contained in:
2021-05-31 23:34:01 +09:00
parent cef0f7632d
commit dedbcc6c84

View File

@@ -104,6 +104,12 @@ class MiningTaxesController extends Controller
'Y-CWQY',
];
$systems = AllianceMoon::where([
'rented' => 'No',
])->pluck('system_name')->toArray();
dd($systems);
//Get all of the moons which are not rented
$allyMoons = AllianceMoon::where([
'rented' => 'No',