Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
disable assetic by default as it is removed from symfony3
Browse files Browse the repository at this point in the history
  • Loading branch information
benji07 committed Dec 21, 2015
1 parent 1a6de16 commit ba91739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public function getConfigTreeBuilder()
->arrayNode('assetic')
->addDefaultsIfNotSet()
->children()
->booleanNode('enabled')->defaultTrue()->end()
->booleanNode('display_in_wdt')->defaultTrue()->end()
->booleanNode('enabled')->defaultFalse()->end()
->booleanNode('display_in_wdt')->defaultFalse()->end()
->end()
->end()
->arrayNode('twig')
Expand Down

0 comments on commit ba91739

Please sign in to comment.