Skip to content

Commit

Permalink
fix LicenseSeatsController method documentation (#9584)
Browse files Browse the repository at this point in the history
in an attempt to get the automatic API reference generation to work
  • Loading branch information
marcquark committed May 14, 2021
1 parent fd082ad commit 4030789
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/Http/Controllers/Api/LicenseSeatsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ class LicenseSeatsController extends Controller
/**
* Display a listing of the resource.
*
* @param \Illuminate\Http\Request $request
* @param int $licenseId
* @return \Illuminate\Http\Response
*/
public function index(Request $request, $licenseId)
Expand Down Expand Up @@ -53,7 +55,8 @@ public function index(Request $request, $licenseId)
/**
* Display the specified resource.
*
* @param int $id
* @param int $licenseId
* @param int $seatId
* @return \Illuminate\Http\Response
*/
public function show($licenseId, $seatId)
Expand Down

0 comments on commit 4030789

Please sign in to comment.