Explorar o código

updated location to make collision less likely

Johannes %!s(int64=13) %!d(string=hai) anos
pai
achega
393197a7cc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()