Procházet zdrojové kódy

fix spooler handling

Lukas Kahwe Smith před 14 roky
rodič
revize
3607f1d334

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

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