Skip to content

Commit

Permalink
minor #6432 fixed yaml config error (RickieL)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
xabbuh committed Apr 6, 2016
2 parents 31c49b8 + 6c42309 commit fe40a49
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 fe40a49

Please sign in to comment.