diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-10-24 15:28:02 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-11-07 14:15:33 +0100 |
commit | bd0f3d32c9ccb8f7a1409edb960b909a5e6a096d (patch) | |
tree | 80b891432be989e7dbfa2817f0f965e67690ebe5 /app/config | |
parent | 54a2241e136ccf90c659b5699af4489b6e4d2da1 (diff) | |
download | wallabag-bd0f3d32c9ccb8f7a1409edb960b909a5e6a096d.tar.gz wallabag-bd0f3d32c9ccb8f7a1409edb960b909a5e6a096d.tar.zst wallabag-bd0f3d32c9ccb8f7a1409edb960b909a5e6a096d.zip |
Quoted entity to avoid reserved keyword
Should fix #1498
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/config.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 0655fed5..285fbd7c 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -88,7 +88,6 @@ doctrine: | |||
88 | auto_generate_proxy_classes: "%kernel.debug%" | 88 | auto_generate_proxy_classes: "%kernel.debug%" |
89 | entity_managers: | 89 | entity_managers: |
90 | default: | 90 | default: |
91 | naming_strategy: wallabag_core.doctrine.prefixed_naming_strategy | ||
92 | auto_mapping: true | 91 | auto_mapping: true |
93 | 92 | ||
94 | # Swiftmailer Configuration | 93 | # Swiftmailer Configuration |