mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
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
|
@ -17,6 +17,8 @@ class LicenseSeatsController extends Controller
|
||||||
/**
|
/**
|
||||||
* Display a listing of the resource.
|
* Display a listing of the resource.
|
||||||
*
|
*
|
||||||
|
* @param \Illuminate\Http\Request $request
|
||||||
|
* @param int $licenseId
|
||||||
* @return \Illuminate\Http\Response
|
* @return \Illuminate\Http\Response
|
||||||
*/
|
*/
|
||||||
public function index(Request $request, $licenseId)
|
public function index(Request $request, $licenseId)
|
||||||
|
@ -53,7 +55,8 @@ class LicenseSeatsController extends Controller
|
||||||
/**
|
/**
|
||||||
* Display the specified resource.
|
* Display the specified resource.
|
||||||
*
|
*
|
||||||
* @param int $id
|
* @param int $licenseId
|
||||||
|
* @param int $seatId
|
||||||
* @return \Illuminate\Http\Response
|
* @return \Illuminate\Http\Response
|
||||||
*/
|
*/
|
||||||
public function show($licenseId, $seatId)
|
public function show($licenseId, $seatId)
|
||||||
|
|
Loading…
Reference in a new issue