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