From 3ff8faa209f2e3c098bcd8c258e5c4b4b1a8db4d Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Mon, 23 Dec 2024 11:19:32 +0100 Subject: [PATCH] Update debugbar.php --- config/debugbar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/debugbar.php b/config/debugbar.php index 0485d804f..5c3f2223d 100644 --- a/config/debugbar.php +++ b/config/debugbar.php @@ -15,7 +15,7 @@ */ 'enabled' => env('DEBUGBAR_ENABLED', null), - 'hide_empty_tabs' => false, // Hide tabs until they have content + 'hide_empty_tabs' => true, // Hide tabs until they have content 'except' => [ 'telescope*', 'horizon*',