moons controller

This commit is contained in:
2020-02-23 20:46:27 -06:00
parent 2c62f3018e
commit 76f54226de

View File

@@ -34,7 +34,7 @@ class MoonsController extends Controller
public function displayMoons() {
//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);