diff -r 8cbd576d6b88 -r 806e57d67020 src/Company/BaseBundle/DependencyInjection/Configuration.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/Company/BaseBundle/DependencyInjection/Configuration.php Wed Sep 28 17:45:50 2011 +0200 @@ -0,0 +1,29 @@ +root('company_base'); + + // 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; + } +}