浏览代码

Removed default value for the DBAL charset

Christophe Coevoet 14 年之前
父节点
当前提交
35636a5b44
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Symfony/Bundle/DoctrineBundle/DependencyInjection/Configuration.php

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

@@ -113,7 +113,7 @@ class Configuration
                 ->fixXmlConfig('wrapper_class', 'wrapperClass')
                 ->scalarNode('wrapper_class')->end()
                 ->scalarNode('platform_service')->end()
-                ->scalarNode('charset')->defaultValue('UTF-8')->end()
+                ->scalarNode('charset')->end()
                 ->booleanNode('logging')->defaultValue($this->kernelDebug)->end()
             ->end()
         ;