mirror of
https://github.com/wallabag/wallabag.git
synced 2025-03-30 06:45:29 +00:00
Fix the creation of the repository services
This commit is contained in:
parent
6cbbf1481a
commit
b7b2005494
1 changed files with 2 additions and 4 deletions
|
@ -65,15 +65,13 @@ services:
|
|||
|
||||
wallabag_core.entry_repository:
|
||||
class: Wallabag\CoreBundle\Repository\EntryRepository
|
||||
factory_service: doctrine.orm.default_entity_manager
|
||||
factory_method: getRepository
|
||||
factory: [ @doctrine.orm.default_entity_manager, getRepository ]
|
||||
arguments:
|
||||
- WallabagCoreBundle:Entry
|
||||
|
||||
wallabag_core.tag_repository:
|
||||
class: Wallabag\CoreBundle\Repository\TagRepository
|
||||
factory_service: doctrine.orm.default_entity_manager
|
||||
factory_method: getRepository
|
||||
factory: [ @doctrine.orm.default_entity_manager, getRepository ]
|
||||
arguments:
|
||||
- WallabagCoreBundle:Tag
|
||||
|
||||
|
|
Loading…
Reference in a new issue