moons controller

This commit is contained in:
2020-02-23 22:44:36 -06:00
parent cb58fb6af5
commit 8072046773

View File

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