diff -r 0354584a4d61 -r 06a22ff5d58d DependencyInjection/Configuration.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/DependencyInjection/Configuration.php Wed Oct 05 23:51:31 2011 +0200 @@ -0,0 +1,29 @@ +root('wiki_tag'); + + // Here you should define the parameters that are allowed to + // configure your bundle. See the documentation linked above for + // more information on that topic. + + return $treeBuilder; + } +}