moons controller
This commit is contained in:
@@ -38,7 +38,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();
|
//$systems = DB::table('alliance_moons')->select('System')->distinct()->get();
|
||||||
$systems = AllianceMoon::pluck('System');
|
$systems = AllianceMoon::pluck('System')->distinct();
|
||||||
dd($systems);
|
dd($systems);
|
||||||
|
|
||||||
//Get all of the alliance moons from the database
|
//Get all of the alliance moons from the database
|
||||||
|
|||||||
Reference in New Issue
Block a user