forked from wallabag/wallabag
Fix the creation of the repository services
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user