This commit is contained in:
2018-11-12 23:15:48 -06:00
parent 5ed321d5e6
commit a9a429fdb2

View File

@@ -72,7 +72,7 @@ class FleetsController extends Controller
} }
} }
public function addPilot($id) { public function addPilot($id, Request $request) {
//Retrieve the fleet from the session //Retrieve the fleet from the session
$fleet = $request->session()->get('fleet'); $fleet = $request->session()->get('fleet');
//Add a pilot to the fleet //Add a pilot to the fleet