moons controller

This commit is contained in:
2020-02-23 22:32:43 -06:00
parent 8c199d8ee8
commit 6e7e4cd8f5

View File

@@ -37,7 +37,7 @@ class MoonsController extends Controller
//Get all of the alliance moon systems from the database //Get all of the alliance moon systems from the database
$systems = DB::table('alliance_moons')->select('System')->distinct()->get()->toArray(); $systems = DB::table('alliance_moons')->select('System')->distinct()->get()->toArray();
dd($systems);
//Get all of the alliance moons from the database //Get all of the alliance moons from the database
$moons = AllianceMoon::all(); $moons = AllianceMoon::all();