mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-22 17:18:37 +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:
|
wallabag_core.entry_repository:
|
||||||
class: Wallabag\CoreBundle\Repository\EntryRepository
|
class: Wallabag\CoreBundle\Repository\EntryRepository
|
||||||
factory_service: doctrine.orm.default_entity_manager
|
factory: [ @doctrine.orm.default_entity_manager, getRepository ]
|
||||||
factory_method: getRepository
|
|
||||||
arguments:
|
arguments:
|
||||||
- WallabagCoreBundle:Entry
|
- WallabagCoreBundle:Entry
|
||||||
|
|
||||||
wallabag_core.tag_repository:
|
wallabag_core.tag_repository:
|
||||||
class: Wallabag\CoreBundle\Repository\TagRepository
|
class: Wallabag\CoreBundle\Repository\TagRepository
|
||||||
factory_service: doctrine.orm.default_entity_manager
|
factory: [ @doctrine.orm.default_entity_manager, getRepository ]
|
||||||
factory_method: getRepository
|
|
||||||
arguments:
|
arguments:
|
||||||
- WallabagCoreBundle:Tag
|
- WallabagCoreBundle:Tag
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue