Skip to content

Commit

Permalink
fixed yaml config error
Browse files Browse the repository at this point in the history
fixed the error of yaml config. 
error info is "Unrecognized option "charset" under "doctrine"
  • Loading branch information
RickieL committed Apr 5, 2016
1 parent 31c49b8 commit 6c42309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ can automatically generate an empty ``test_project`` database for you:
# app/config/config.yml
doctrine:
charset: utf8mb4
dbal:
charset: utf8mb4
default_table_options:
charset: utf8mb4
collate: utf8mb4_unicode_ci
Expand Down

0 comments on commit 6c42309

Please sign in to comment.