Route model binding on more asset methods
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
63f4e3cc89
commit
457228d033
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ Route::group(
|
|||
)->name('label/hardware');
|
||||
|
||||
|
||||
Route::get('{assetId}/checkout',
|
||||
Route::get('{asset}/checkout',
|
||||
[AssetCheckoutController::class, 'create']
|
||||
)->name('hardware.checkout.create');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue