Parcourir la source

updated location to make collision less likely

Johannes il y a 13 ans
Parent
commit
393197a7cc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      DependencyInjection/Configuration.php

+ 1 - 1
DependencyInjection/Configuration.php

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