diff options
Diffstat (limited to 'app/config/config.yml')
-rw-r--r-- | app/config/config.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 367aa276..0807b06a 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -75,7 +75,10 @@ doctrine: | |||
75 | 75 | ||
76 | orm: | 76 | orm: |
77 | auto_generate_proxy_classes: "%kernel.debug%" | 77 | auto_generate_proxy_classes: "%kernel.debug%" |
78 | auto_mapping: true | 78 | entity_managers: |
79 | default: | ||
80 | naming_strategy: wallabag_core.doctrine.prefixed_naming_strategy | ||
81 | auto_mapping: true | ||
79 | 82 | ||
80 | # Swiftmailer Configuration | 83 | # Swiftmailer Configuration |
81 | swiftmailer: | 84 | swiftmailer: |