Use FQCN as service name for UserRepository

This commit is contained in:
Yassine Guedidi
2022-04-24 16:09:34 +02:00
parent 97a4e826b5
commit ff9f719ec5
11 changed files with 39 additions and 32 deletions

View File

@ -23,7 +23,7 @@ services:
tags:
- { name: kernel.event_subscriber }
wallabag_user.user_repository:
Wallabag\UserBundle\Repository\UserRepository:
class: Wallabag\UserBundle\Repository\UserRepository
factory: [ "@doctrine.orm.default_entity_manager", getRepository ]
arguments: