changed property of table in moonscontroller

This commit is contained in:
2018-10-25 23:43:15 -05:00
parent 716b77d625
commit 8862402aca

View File

@@ -49,7 +49,7 @@ class MoonsController extends Controller
$html .= '</tr>';
}
return view('moons.moon')->with($html);
return view('moons.moon')->with('html', $html);
}
public function addMoon() {