Skip to content

Commit

Permalink
symfony bundle: profiler is configured via kernel.debug parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Apr 19, 2020
1 parent 8deddf6 commit ed6efb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function getConfigTreeBuilder()
->cannotBeEmpty()
->end()
->booleanNode('profiler')
->defaultTrue()
->defaultValue('%kernel.debug%')
->end()
->booleanNode('profilerExplain')
->defaultTrue()
Expand Down

0 comments on commit ed6efb8

Please sign in to comment.