moon displays

This commit is contained in:
2021-05-31 23:34:56 +09:00
parent dedbcc6c84
commit 38b0b8f63f

View File

@@ -106,7 +106,7 @@ class MiningTaxesController extends Controller
$systems = AllianceMoon::where([
'rented' => 'No',
])->pluck('system_name')->toArray();
])->pluck('system_name')->unique()->toArray();
dd($systems);