register fleet

This commit is contained in:
2018-11-12 23:07:47 -06:00
parent c8a5646896
commit 37e2ed19fb
2 changed files with 1 additions and 5 deletions

View File

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