Skip to content

Commit

Permalink
added support for 'loader' config
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Sep 11, 2011
1 parent a0527b2 commit 274341c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public function getConfigTreeBuilder()
->scalarNode('web_root')->defaultValue('%kernel.root_dir%/../web')->end()
->scalarNode('cache_prefix')->defaultValue('/media/cache')->end()
->scalarNode('cache')->defaultTrue()->end()
->scalarNode('loader')->defaultNull()->end()
->arrayNode('formats')
->defaultValue(array())
->prototype('scalar')->end()
Expand Down

0 comments on commit 274341c

Please sign in to comment.