moon displays
This commit is contained in:
@@ -106,7 +106,7 @@ class MiningTaxesController extends Controller
|
|||||||
|
|
||||||
$systems = AllianceMoon::where([
|
$systems = AllianceMoon::where([
|
||||||
'rented' => 'No',
|
'rented' => 'No',
|
||||||
])->pluck('system_name')->toArray();
|
])->pluck('system_name')->unique()->toArray();
|
||||||
|
|
||||||
dd($systems);
|
dd($systems);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user