moons controller

This commit is contained in:
2020-02-23 20:29:55 -06:00
parent 67c864a357
commit a345b0a37e

View File

@@ -38,7 +38,7 @@ class MoonsController extends Controller
$moonsTemp = DB::table('alliance_moons')->orderBy('System', 'asc')->get();
//Get the unique systems from the database
$systems = AllianceMoons::pluck('System')->toArray();
$systems = AllianceMoon::pluck('System')->toArray();
foreach($systems as $system) {
foreach($moonsTemp as $moon) {