Skip to content

Commit

Permalink
Enabled models collector by default
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink authored Apr 16, 2020
1 parent 9334cb2 commit 787a4af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/debugbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
'views' => true, // Views with their data
'route' => true, // Current route information
'auth' => false, // Display Laravel authentication status
'gate' => true, // Display Laravel Gate checks
'gate' => true, // Display Laravel Gate checks
'session' => true, // Display session data
'symfony_request' => true, // Only one can be enabled..
'mail' => true, // Catch mail messages
Expand All @@ -122,7 +122,7 @@
'files' => false, // Show the included files
'config' => false, // Display config settings
'cache' => false, // Display cache events
'models' => false, // Display models
'models' => true, // Display models
],

/*
Expand Down

0 comments on commit 787a4af

Please sign in to comment.