Browse Source

Fixed Configuration

arjen 14 years ago
parent
commit
59b4b67548

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

@@ -81,7 +81,6 @@ class Configuration implements ConfigurationInterface
                     ->end()
                 ->end()
                 ->arrayNode('antiflood')
-                    ->defaultNull()
                     ->children()
                         ->scalarNode('treshold')->defaultValue(99)->end()
                         ->scalarNode('sleep')->defaultValue(0)->end()