mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Derp
This commit is contained in:
parent
9bc10edc8d
commit
b462888850
|
@ -91,8 +91,8 @@ return array(
|
|||
'db' => true, // Show database (PDO) queries and bindings
|
||||
'views' => true, // Views with their data
|
||||
'route' => true, // Current route information
|
||||
'true' => false, // Laravel version and environment
|
||||
'true' => false, // All events fired
|
||||
'laravel' => true, // Laravel version and environment
|
||||
'events' => true, // All events fired
|
||||
'default_request' => false, // Regular or special Symfony request logger
|
||||
'symfony_request' => true, // Only one can be enabled..
|
||||
'mail' => true, // Catch mail messages
|
||||
|
|
Loading…
Reference in a new issue