mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 11:43:47 -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,
|
AssetsController::class,
|
||||||
[
|
[
|
||||||
'middleware' => ['auth'],
|
'middleware' => ['auth'],
|
||||||
'parameters' => ['asset' => 'asset_id'],
|
'parameters' => ['asset' => 'asset_id',
|
||||||
'names' => ['show' => 'view'],
|
'names' => [
|
||||||
|
'show' => 'view',
|
||||||
|
],
|
||||||
|
],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
Route::get('ht/{any?}',
|
Route::get('ht/{any?}',
|
||||||
|
|
Loading…
Reference in a new issue