Skip to content

Commit

Permalink
removed useless conf (exporter)
Browse files Browse the repository at this point in the history
  • Loading branch information
ch3ric committed Nov 28, 2012
1 parent 0a2257d commit 15c74a4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ public function getConfigTreeBuilder()
->end()
->end()
->end()
->arrayNode('exporter')
->children()
->scalarNode('type')
->cannotBeOverwritten()
->isRequired()
->cannotBeEmpty()
->end()
->end()
->end()
->end();

return $treeBuilder;
Expand Down

0 comments on commit 15c74a4

Please sign in to comment.