moons controller
This commit is contained in:
@@ -34,7 +34,7 @@ class MoonsController extends Controller
|
|||||||
public function displayMoons() {
|
public function displayMoons() {
|
||||||
|
|
||||||
//Get all of the alliance moons from the database
|
//Get all of the alliance moons from the database
|
||||||
$systems = DB::table('alliance_moons')->select('System')->distinct()->get();
|
$systems = DB::table('alliance_moons')->select('System')->distinct()->get()->toArray();
|
||||||
|
|
||||||
dd($systems);
|
dd($systems);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user