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