mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fixed v6 bug 500 server error when trying to checkin [sc-17711]
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
f6d5d6cc09
commit
250f6b6fb8
|
@ -23,7 +23,7 @@ Route::group(['prefix' => 'components', 'middleware' => ['auth']], function () {
|
|||
Route::post(
|
||||
'{componentID}/checkin/{backto?}',
|
||||
[Components\ComponentCheckinController::class, 'store']
|
||||
)->name('checkout/component');
|
||||
)->name('component.checkin.save');
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue