Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
brookinsconsulting committed Aug 14, 2018
2 parents be7d488 + 84cf61b commit 374e764
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 374e764

Please sign in to comment.