We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e675a6 commit 4e06b86Copy full SHA for 4e06b86
src/DependencyInjection/Configuration.php
@@ -416,6 +416,7 @@ public function getConfigTreeBuilder(): TreeBuilder
416
->children()
417
->scalarNode('use_microseconds')->defaultTrue()->end()
418
->arrayNode('channels')
419
+ ->info('List of additional channels to create. The "app" channel is already created by default.')
420
->canBeUnset()
421
->prototype('scalar')->end()
422
->end()
0 commit comments