8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d1abe commit 9da1252Copy full SHA for 9da1252
reference/configuration/doctrine.rst
@@ -27,7 +27,7 @@ Configuration Reference
27
memory: true
28
unix_socket: /tmp/mysql.sock
29
wrapper_class: MyDoctrineDbalConnectionWrapper
30
- charset: UTF-8
+ charset: UTF8
31
logging: %kernel.debug%
32
platform_service: MyOwnDatabasePlatformService
33
conn1:
@@ -88,7 +88,7 @@ Configuration Reference
88
memory="true"
89
unix-socket="/tmp/mysql.sock"
90
wrapper-class="MyDoctrineDbalConnectionWrapper"
91
- charset="UTF-8"
+ charset="UTF8"
92
logging="%kernel.debug%"
93
platform-service="MyOwnDatabasePlatformService"
94
/>
0 commit comments