Skip to content

Commit

Permalink
Merge pull request #263 from helios-ag/hotfix/archivers
Browse files Browse the repository at this point in the history
made archivers node optional
  • Loading branch information
helios-ag authored Sep 3, 2016
2 parents 1c7e632 + 3a3e24e commit c8e483a
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 @@ -171,6 +171,7 @@ public function getConfigTreeBuilder()
->defaultValue(array())
->end() // archive_mimes
->arrayNode('archivers')
->canBeEnabled()
->children()
->arrayNode('create')
->prototype('array')
Expand Down

0 comments on commit c8e483a

Please sign in to comment.