Skip to content

Commit

Permalink
Update: set defaul value for "enabled_logger_subscriber" configuratio…
Browse files Browse the repository at this point in the history
…n parameter to avoid error on install
  • Loading branch information
BeBlood committed Jul 3, 2020
1 parent 412f99b commit fc1574c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function getConfigTreeBuilder()
->end()
->end()
->end()
->booleanNode('enabled_logger_subscriber')->end()
->booleanNode('enabled_logger_subscriber')->defaultFalse()->end()
->end()
;

Expand Down

0 comments on commit fc1574c

Please sign in to comment.