diff --git a/routes/web/components.php b/routes/web/components.php index 2cff63e655..e0cb04d054 100644 --- a/routes/web/components.php +++ b/routes/web/components.php @@ -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'); });