Browse Source

updated location to make collision less likely

Johannes 13 years ago
parent
commit
393197a7cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DependencyInjection/Configuration.php

+ 1 - 1
DependencyInjection/Configuration.php

@@ -87,7 +87,7 @@ class Configuration implements ConfigurationInterface
                     ->arrayNode('file_cache')
                     ->arrayNode('file_cache')
                         ->addDefaultsIfNotSet()
                         ->addDefaultsIfNotSet()
                         ->children()
                         ->children()
-                            ->scalarNode('dir')->defaultValue('%kernel.cache_dir%/serializer')->end()
+                            ->scalarNode('dir')->defaultValue('%kernel.cache_dir%/jms_serializer')->end()
                         ->end()
                         ->end()
                     ->end()
                     ->end()
                     ->booleanNode('auto_detection')->defaultTrue()->end()
                     ->booleanNode('auto_detection')->defaultTrue()->end()