Skip to content

Commit

Permalink
report query binding by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ilvalerione committed Aug 2, 2021
1 parent f2010ae commit 19ee4e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function getConfigTreeBuilder()
->booleanNode('unhandled_exceptions')->defaultTrue()->end()
->booleanNode('messenger')->defaultTrue()->end()
->booleanNode('query')->defaultTrue()->end()
->booleanNode('query_bindings')->defaultFalse()->end()
->booleanNode('query_bindings')->defaultTrue()->end()
->booleanNode('templates')->defaultTrue()->end()
->booleanNode('user')->defaultTrue()->end()
->scalarNode('transport')->defaultValue('async')->end()
Expand Down
2 changes: 1 addition & 1 deletion src/DependencyInjection/InspectorExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class InspectorExtension extends Extension
/**
* Current version of the bundle.
*/
const VERSION = '1.0.3';
const VERSION = '1.0.4';

/**
* Loads a specific configuration.
Expand Down

0 comments on commit 19ee4e0

Please sign in to comment.