Skip to content

Commit

Permalink
Fixed the DI configuration
Browse files Browse the repository at this point in the history
This fixes a mistakes introduced in #24.
Closes #25
  • Loading branch information
stof committed Sep 2, 2014
1 parent 155c9d8 commit 9373cb3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ public function getConfigTreeBuilder()
->scalarNode('provider')
->defaultValue('pecl')
->isRequired()
->validate()
->end()
->end()
->scalarNode('default_connection')->defaultValue(null)->end()
->scalarNode('default_command')->defaultValue('swarrot.command.base')->cannotBeEmpty()->end()
Expand Down

0 comments on commit 9373cb3

Please sign in to comment.