Fix named route for license checkin
This commit is contained in:
parent
d28e882f5d
commit
862543428b
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue