Skip to content

Commit

Permalink
fix configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
gimler committed Jan 10, 2012
1 parent caf7079 commit cbaec77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DependencyInjection/Configuration.php
Expand Up @@ -44,7 +44,6 @@ public function getConfigTreeBuilder()
->end()
->scalarNode('active_theme')->defaultNull()->end()
->arrayNode('cookie')
->addDefaultsIfNotSet()
->children()
->scalarNode('name')->isRequired()->cannotBeEmpty()->end()
->scalarNode('lifetime')->defaultValue(31536000)->end()
Expand Down

0 comments on commit cbaec77

Please sign in to comment.