fleets
This commit is contained in:
@@ -74,6 +74,7 @@ class FleetsController extends Controller
|
||||
|
||||
public function addPilot($id) {
|
||||
//Retrieve the fleet from the session
|
||||
dd(session());
|
||||
$fleet = session('fleet');
|
||||
dd($fleet);
|
||||
//Add a pilot to the fleet
|
||||
|
||||
@@ -79,7 +79,7 @@ class Fleet {
|
||||
]);
|
||||
}
|
||||
|
||||
public function AddPilot($charId) {
|
||||
public function AddPilot($charId, $fleetId) {
|
||||
//Get the ESI token for the FC to add the new pilot
|
||||
$token = DB::table('EsiTokens')->where('character_id', $this->fcId)->first();
|
||||
//Create the ESI Call Container
|
||||
|
||||
Reference in New Issue
Block a user