fix LicenseSeatsController method documentation (#9584)
in an attempt to get the automatic API reference generation to work
This commit is contained in:
parent
fd082addff
commit
4030789786
1 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
@ -53,7 +55,8 @@ class LicenseSeatsController extends Controller
|
|||
/**
|
||||
* Display the specified resource.
|
||||
*
|
||||
* @param int $id
|
||||
* @param int $licenseId
|
||||
* @param int $seatId
|
||||
* @return \Illuminate\Http\Response
|
||||
*/
|
||||
public function show($licenseId, $seatId)
|
||||
|
|
Loading…
Add table
Reference in a new issue