mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
Made method name more consistent
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
@@ -283,7 +283,7 @@ Route::group(['prefix' => 'v1', 'middleware' => ['api', 'throttle:api']], functi
|
||||
Route::get('{id}/users',
|
||||
[
|
||||
Api\ConsumablesController::class,
|
||||
'userCheckouts'
|
||||
'checkedout'
|
||||
]
|
||||
)->name('api.consumables.showUsers');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user