This commit is contained in:
2020-02-03 22:36:44 -06:00
parent ccf89919f1
commit 4215dea758
3 changed files with 1 additions and 5 deletions

View File

@@ -63,8 +63,6 @@ class MoonsController extends Controller
}
dd($moons);
return view('moons.user.allmoons')->with('moons', $moons)
->with('systems', $systems);
}