config for esi

This commit is contained in:
2018-11-13 22:44:13 -06:00
parent 1d347413d6
commit eb795dafd8
2 changed files with 8 additions and 3 deletions

View File

@@ -101,7 +101,7 @@ class FleetsController extends Controller
$fleet = DB::table('Fleets')->where('fleet', $fleetId)->get();
//Add a pilot to the fleet
$error = $newPilot->AddPilot($fleet[0]->character_id, $charId, $fleetId);
dd($error);
return view('/dashboard')->with('success', $error);
}