From ebd0f136e3f1d0ddfe3c4f58663f5f491528be14 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Sat, 23 May 2026 03:31:23 +0000 Subject: [PATCH] Apply fixes from StyleCI --- app/Http/Controllers/DevicesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/DevicesController.php b/app/Http/Controllers/DevicesController.php index 75c63717a1..5fcc4c9040 100644 --- a/app/Http/Controllers/DevicesController.php +++ b/app/Http/Controllers/DevicesController.php @@ -48,7 +48,7 @@ public function index(Request $request, ?string $view = null, ?string $graph = n } else { $view ??= match ($legacyFormat->toString()) { 'list_basic' => 'basic', - default => 'detail', + default => 'detail', }; $graph ??= ''; }