diff --git a/routes/web/licenses.php b/routes/web/licenses.php index d5d67f1533..cb54676874 100644 --- a/routes/web/licenses.php +++ b/routes/web/licenses.php @@ -25,7 +25,7 @@ Route::group([ 'prefix' => 'licenses', 'middleware' => ['auth'] ], function () { ]); Route::post('{licenseId}/checkin/{backto?}', [ - 'as' => 'licenses.checkin', + 'as' => 'licenses.checkin.save', 'uses' => 'LicensesController@postCheckin' ]);