Skip to content

Commit 73fa52e

Browse files
committed
Default enable session collector.
1 parent c011436 commit 73fa52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/debugbar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
'files' => false, // Show the included files
9090
'config' => false, // Display config settings
9191
'auth' => false, // Display Laravel authentication status
92-
'session' => false, // Display session data in a separate tab
92+
'session' => true, // Display session data
9393
),
9494

9595
/*

0 commit comments

Comments
 (0)