Made method name more consistent
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
+1
-1
@@ -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