diff --git a/config/debugbar.php b/config/debugbar.php index 01116a0c5..a0d80cef2 100644 --- a/config/debugbar.php +++ b/config/debugbar.php @@ -122,7 +122,7 @@ return [ 'files' => false, // Show the included files 'config' => false, // Display config settings 'cache' => false, // Display cache events - 'models' => false, // Display models + 'models' => true, // Display models ], /*