Skip to content

Commit

Permalink
node type change
Browse files Browse the repository at this point in the history
  • Loading branch information
viniychuk committed Apr 23, 2016
1 parent 03f259e commit 3174984
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 @@ -26,7 +26,7 @@ public function getConfigTreeBuilder()
->cannotBeEmpty()
->isRequired()
->children()
->scalarNode('from')->cannotBeEmpty()->isRequired()->end()
->variableNode('from')->cannotBeEmpty()->isRequired()->end()
->end()
->end()
->arrayNode('cid')
Expand Down

0 comments on commit 3174984

Please sign in to comment.