Skip to content

Commit

Permalink
Merge branch 'hotfix/2.4.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Nov 22, 2014
2 parents f006e2b + 519114a commit 74421e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Expand Up @@ -31,7 +31,7 @@ public function getConfigTreeBuilder()

$rootNode
->children()
->scalarNode('driver')->defaultValue('orm')->end()
->scalarNode('driver')->defaultNull()->end()
->scalarNode('user_provider')->defaultNull()->end()
->arrayNode('model')
->prototype('scalar')->end()
Expand Down

0 comments on commit 74421e2

Please sign in to comment.