fix spooler handling

This commit is contained in:
Lukas Kahwe Smith 2011-02-17 00:41:26 +01:00 committed by Fabien Potencier
parent 9d2a9dd65d
commit 3607f1d334

View File

@ -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()