Fabien Potencier 14 سال پیش
والد
کامیت
d64277d101
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/Symfony/Bundle/SwiftmailerBundle/DependencyInjection/Configuration.php

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

@@ -63,7 +63,7 @@ class Configuration
             ->arrayNode('spool')
                 ->addDefaultsIfNotSet()
                 ->scalarNode('type')->defaultValue('file')->end()
-                ->scalarNode('path')->defaultValue('%kernel.cache_dir%/swiftmailer/pool')->end()
+                ->scalarNode('path')->defaultValue('%kernel.cache_dir%/swiftmailer/spool')->end()
             ->end()
             ->scalarNode('delivery_adress')->end()
             ->booleanNode('disable_delivery')->end();