]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/config/services.yml
Change the way to check for an existing entry
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / config / services.yml
index c92b4eb37c843d49ca5ec12b1b68d08dffd7cfc4..96b1c931339eb37760a6eb04cbd114c317d42f8d 100644 (file)
@@ -63,6 +63,7 @@ services:
             - @wallabag_core.tag_repository
             - @wallabag_core.entry_repository
 
+    # repository as a service
     wallabag_core.entry_repository:
         class: Wallabag\CoreBundle\Repository\EntryRepository
         factory: [ @doctrine.orm.default_entity_manager, getRepository ]