File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ Full Default Configuration
6868 profiling : ' %kernel.debug%'
6969 driver_class : ~
7070 wrapper_class : ~
71+ # the DBAL keepSlave option
72+ keep_slave : false
7173 options :
7274 # an array of options
7375 key : []
@@ -209,6 +211,7 @@ Full Default Configuration
209211 logging =" %kernel.debug%"
210212 platform-service =" MyOwnDatabasePlatformService"
211213 server-version =" 5.6"
214+ keep-slave =" false"
212215 >
213216 <doctrine : option key =" foo" >bar</doctrine : option >
214217 <doctrine : mapping-type name =" enum" >string</doctrine : mapping-type >
@@ -405,8 +408,6 @@ The following block shows all possible configuration keys:
405408 enum : string
406409 types :
407410 custom : Acme\HelloBundle\MyCustomType
408- # the DBAL keepSlave option
409- keep_slave : false
410411
411412 .. code-block :: xml
412413
You can’t perform that action at this time.
0 commit comments