mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Unfixed indenting :(
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
0bae1a1f5e
commit
495df737fc
|
@ -186,8 +186,11 @@ Route::resource('hardware',
|
|||
AssetsController::class,
|
||||
[
|
||||
'middleware' => ['auth'],
|
||||
'parameters' => ['asset' => 'asset_id'],
|
||||
'names' => ['show' => 'view'],
|
||||
'parameters' => ['asset' => 'asset_id',
|
||||
'names' => [
|
||||
'show' => 'view',
|
||||
],
|
||||
],
|
||||
]);
|
||||
|
||||
Route::get('ht/{any?}',
|
||||
|
|
Loading…
Reference in a new issue