diff --git a/src/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php index bd3be6b8c..10e1e23f3 100644 --- a/src/DependencyInjection/Configuration.php +++ b/src/DependencyInjection/Configuration.php @@ -488,6 +488,7 @@ private function addClientsSection(ArrayNodeDefinition $rootNode) ->scalarNode('retryOnConflict') ->defaultValue(0) ->end() + ->booleanNode('persistent')->defaultValue(true)->end() ->end() ->end() ->end()