Quoted entity to avoid reserved keyword

Should fix #1498
This commit is contained in:
Jeremy Benoist
2015-10-24 15:28:02 +02:00
parent 54a2241e13
commit bd0f3d32c9
8 changed files with 55 additions and 90 deletions

View File

@ -33,10 +33,12 @@ services:
arguments:
- @doctrine
wallabag_core.doctrine.prefixed_naming_strategy:
class: Wallabag\CoreBundle\Doctrine\Mapping\PrefixedNamingStrategy
wallabag_core.table_prefix_subscriber:
class: Wallabag\CoreBundle\Subscriber\TablePrefixSubscriber
arguments:
- %database_table_prefix%
tags:
- { name: doctrine.event_subscriber }
wallabag_core.graby:
class: Graby\Graby