add pilot testing
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user