소스 검색

Revert "fix spooler handling"

This reverts commit 3607f1d3348e36911ff3e4e159c34ac8583d6bbc.
Christophe Coevoet 14 년 전
부모
커밋
b3460653bc
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/Symfony/Bundle/SwiftmailerBundle/DependencyInjection/Configuration.php

+ 0 - 1
src/Symfony/Bundle/SwiftmailerBundle/DependencyInjection/Configuration.php

@@ -61,7 +61,6 @@ class Configuration
                 ->end()
             ->end()
             ->arrayNode('spool')
-                ->addDefaultsIfNotSet()
                 ->scalarNode('type')->defaultValue('file')->end()
                 ->scalarNode('path')->defaultValue('%kernel.cache_dir%/swiftmailer/spool')->end()
             ->end()