moons controller

This commit is contained in:
2020-02-23 22:35:08 -06:00
parent 6e7e4cd8f5
commit b78ce01f57

View File

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