Skip to content

Commit

Permalink
Add default orm cache settings if not set
Browse files Browse the repository at this point in the history
  • Loading branch information
kayue authored Dec 20, 2019
1 parent cf952e7 commit eb344e5
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 @@ -28,7 +28,7 @@ public function getConfigTreeBuilder()
->scalarNode('cookie_domain')->defaultValue(null)->end()
->scalarNode('table_prefix')->defaultValue('wp_')->end()
->scalarNode('connection')->defaultValue('default')->end()
->arrayNode('orm')->children()
->arrayNode('orm')->addDefaultsIfNotSet()->children()
->scalarNode('metadata_cache_pool')->defaultValue('cache.system')->end()
->scalarNode('query_cache_pool')->defaultValue('cache.app')->end()
->scalarNode('result_cache_pool')->defaultValue('cache.app')->end()
Expand Down

0 comments on commit eb344e5

Please sign in to comment.