diff --git a/reference/configuration/doctrine.rst b/reference/configuration/doctrine.rst index 7dfb3dc3b94..1a58cfaeaa0 100644 --- a/reference/configuration/doctrine.rst +++ b/reference/configuration/doctrine.rst @@ -68,6 +68,8 @@ Full Default Configuration profiling: '%kernel.debug%' driver_class: ~ wrapper_class: ~ + # the DBAL keepSlave option + keep_slave: false options: # an array of options key: [] @@ -209,6 +211,7 @@ Full Default Configuration logging="%kernel.debug%" platform-service="MyOwnDatabasePlatformService" server-version="5.6" + keep-slave="false" > bar string @@ -405,8 +408,6 @@ The following block shows all possible configuration keys: enum: string types: custom: Acme\HelloBundle\MyCustomType - # the DBAL keepSlave option - keep_slave: false .. code-block:: xml