Merge pull request #175 from blaugueux/patch-1

Fixed configuration
This commit is contained in:
Jordi Boggiano 2013-04-14 02:06:19 -07:00
commit 629ee251da

View File

@ -70,7 +70,7 @@ class Configuration implements ConfigurationInterface
->thenInvalid("Unknown authentication delivery type '%s'.") ->thenInvalid("Unknown authentication delivery type '%s'.")
->end() ->end()
->end() ->end()
->scalarNode('custom_endpoint')->defaultFalse()->end() ->booleanNode('custom_endpoint')->defaultFalse()->end()
->end() ->end()
->end() ->end()
->end() ->end()