Skip to content

Commit

Permalink
Merge pull request #132 from danut007ro/fix-configuration-root
Browse files Browse the repository at this point in the history
Fixed configuration loading for root parameter (ftp)
  • Loading branch information
helios-ag committed Apr 3, 2015
2 parents 1a50fd2 + 5493fe1 commit 5370a78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ private function createFlysystemNode()
->booleanNode('passive')->defaultTrue()->end()
->booleanNode('ssl')->defaultTrue()->end()
->integerNode('timeout')->defaultValue(30)->end()
->scalarNode('root')->defaultValue('/')->end()
->end()
->end()
->arrayNode('aws_s3_v2')
Expand Down

0 comments on commit 5370a78

Please sign in to comment.