mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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
|
'db' => true, // Show database (PDO) queries and bindings
|
||||||
'views' => true, // Views with their data
|
'views' => true, // Views with their data
|
||||||
'route' => true, // Current route information
|
'route' => true, // Current route information
|
||||||
'true' => false, // Laravel version and environment
|
'laravel' => true, // Laravel version and environment
|
||||||
'true' => false, // All events fired
|
'events' => true, // All events fired
|
||||||
'default_request' => false, // Regular or special Symfony request logger
|
'default_request' => false, // Regular or special Symfony request logger
|
||||||
'symfony_request' => true, // Only one can be enabled..
|
'symfony_request' => true, // Only one can be enabled..
|
||||||
'mail' => true, // Catch mail messages
|
'mail' => true, // Catch mail messages
|
||||||
|
|
Loading…
Reference in a new issue