Skip to content

Commit

Permalink
removed circular reference
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleMinotto committed Apr 20, 2015
1 parent 2d18c96 commit fc60c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function getConfigTreeBuilder()
$rootNode
->children()
->scalarNode('api_key')
->defaultValue('%embedly.api_key%')
->defaultNull()
->end()
->end();

Expand Down

0 comments on commit fc60c2e

Please sign in to comment.