Skip to content

Commit

Permalink
made archivers node optional
Browse files Browse the repository at this point in the history
  • Loading branch information
helios-ag committed Sep 3, 2016
1 parent 1c7e632 commit 3a3e24e
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 3a3e24e

Please sign in to comment.