Skip to content

Commit

Permalink
Fixed indenting?
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Nov 9, 2023
1 parent 6da0671 commit 9bff2d0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions routes/web/hardware.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,8 @@ function () {
AssetsController::class,
[
'middleware' => ['auth'],
'parameters' => ['asset' => 'asset_id',
'names' => [
'show' => 'view',
],
],
'parameters' => ['asset' => 'asset_id'],
'names' => ['show' => 'view'],
]);

Route::get('ht/{any?}',
Expand Down

0 comments on commit 9bff2d0

Please sign in to comment.