Skip to content

Commit fe40a49

Browse files
committed
minor symfony#6432 fixed yaml config error (RickieL)
This PR was merged into the 3.0 branch. Discussion ---------- fixed yaml config error fixed the error of yaml config. error info is "Unrecognized option "charset" under "doctrine" Commits ------- 6c42309 fixed yaml config error
2 parents 31c49b8 + 6c42309 commit fe40a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)