瀏覽代碼

Fixed Configuration

arjen 14 年之前
父節點
當前提交
59b4b67548
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Symfony/Bundle/SwiftmailerBundle/DependencyInjection/Configuration.php

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