add pilot testing

This commit is contained in:
2018-11-13 22:28:22 -06:00
parent 4ee83ed3af
commit 70bc5f3b10

View File

@@ -102,8 +102,7 @@ class FleetsController extends Controller
//Add a pilot to the fleet
$error = $newPilot->AddPilot($fleet[0]->character_id, $charId, $fleetId);
$this->displayFleets();
//return view('fleets.displayfleets')->with($error)->with('data', null);
return view('/dashboard');
}
public function updateFleet() {