Skip to content

Commit

Permalink
Merge pull request barryvdh#360 from JerseyMilker/make-session-default
Browse files Browse the repository at this point in the history
Default enable session collector.
  • Loading branch information
barryvdh committed Jun 7, 2015
2 parents c011436 + 73fa52e commit 3edaea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/debugbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
'files' => false, // Show the included files
'config' => false, // Display config settings
'auth' => false, // Display Laravel authentication status
'session' => false, // Display session data in a separate tab
'session' => true, // Display session data
),

/*
Expand Down

0 comments on commit 3edaea0

Please sign in to comment.