Skip to content

Commit 6c42309

Browse files
committed
fixed yaml config error
fixed the error of yaml config. error info is "Unrecognized option "charset" under "doctrine"
1 parent 31c49b8 commit 6c42309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/doctrine.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ can automatically generate an empty ``test_project`` database for you:
150150
151151
# app/config/config.yml
152152
doctrine:
153-
charset: utf8mb4
154153
dbal:
154+
charset: utf8mb4
155155
default_table_options:
156156
charset: utf8mb4
157157
collate: utf8mb4_unicode_ci

0 commit comments

Comments
 (0)