This commit is contained in:
2018-11-13 00:15:06 -06:00
parent 4673649bf4
commit 90374aa392
+1 -3
View File
@@ -23,9 +23,7 @@ class FleetsController extends Controller
}
public function displayFleets() {
$fleetId = 1;
$fleets = DB::table('Fleets')->get();
//Return the view with the array of the fleet
return view('fleets.displayfleets')->with('fleetId', $fleetId);
}