Skip to content

Commit

Permalink
Add support for SF2.4's allow_if config
Browse files Browse the repository at this point in the history
  • Loading branch information
richardfullmer committed Feb 14, 2014
1 parent f5f6c6d commit ff253b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DependencyInjection/AccessControlConfiguration.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public function getConfigTreeBuilder()
->prototype('scalar')->end()
->end()
->scalarNode('access')->end()
->scalarNode('allow_if')->defaultNull()->end()
->end()
->end()
->end()
Expand Down

0 comments on commit ff253b0

Please sign in to comment.