moons controller

This commit is contained in:
2018-10-30 01:23:41 -05:00
parent 76c169d0ba
commit 22c2bba282

View File

@@ -109,7 +109,7 @@ class MoonsController extends Controller
//Update the database entry
DB::table('Moons')
->whereColumn([
['System', '=', $request->system],
['System=' . $request->system],
['Planet', '=', $request->planet],
['Moon', '=', $request->moon]
])