Skip to content

Commit

Permalink
Merge branch '2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
glye committed Aug 14, 2018
2 parents a2fb484 + a3ffae6 commit 84cf61b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/config/config.yml
Expand Up @@ -23,7 +23,7 @@ doctrine:
dbname: '%database_name%'
user: '%database_user%'
password: '%database_password%'
charset: UTF8
charset: utf8mb4
orm:
auto_generate_proxy_classes: '%kernel.debug%'
naming_strategy: doctrine.orm.naming_strategy.underscore
Expand Down
2 changes: 1 addition & 1 deletion app/config/dfs/dfs.yml
Expand Up @@ -9,7 +9,7 @@ doctrine:
user: "%dfs_database_user%"
password: "%dfs_database_password%"
dbname: "%dfs_database_name%"
charset: UTF8
charset: utf8mb4

# define the flysystem handler
oneup_flysystem:
Expand Down

0 comments on commit 84cf61b

Please sign in to comment.