more corrections

This commit is contained in:
2018-10-25 22:40:14 -05:00
parent deaecb9d8b
commit d2357f1208
9 changed files with 13 additions and 34 deletions

View File

@@ -22,7 +22,7 @@ class MoonsController extends Controller
//Update the prices for the moon
$moonCalc->FetchNewPrices();
//get all of the moons from the database
$moons = DB::table('moons')->get();
$moons = DB::table('Moons')->get();
//declare the html variable and set it to null
$html = '';
foreach($moons as $moon) {