]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/config/services.yml
Notifications
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / config / services.yml
index e09b0f1859ceb972a6e3561c9e79de5a96c3d81a..183b6690c271bfbd223cadb447ae88cd52a4b6b2 100644 (file)
@@ -129,6 +129,12 @@ services:
         calls:
             - [ setCrypto, [ "@wallabag_core.helper.crypto_proxy" ] ]
 
+    wallabag_core.notification_repository:
+        class: Wallabag\CoreBundle\Repository\NotificationRepository
+        factory: [ "@doctrine.orm.default_entity_manager", getRepository ]
+        arguments:
+            - WallabagCoreBundle:Notification
+
     wallabag_core.helper.entries_export:
         class: Wallabag\CoreBundle\Helper\EntriesExport
         arguments: