aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/config/services.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/config/services.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/config/services.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/config/services.yml b/src/Wallabag/CoreBundle/Resources/config/services.yml
index a68b2fdc..0def87f3 100644
--- a/src/Wallabag/CoreBundle/Resources/config/services.yml
+++ b/src/Wallabag/CoreBundle/Resources/config/services.yml
@@ -199,3 +199,11 @@ services:
199 199
200 wallabag_core.entry.download_images.client: 200 wallabag_core.entry.download_images.client:
201 class: GuzzleHttp\Client 201 class: GuzzleHttp\Client
202
203 wallabag_core.subscriber.changes:
204 class: Wallabag\CoreBundle\Event\Subscriber\ChangesSubscriber
205 arguments:
206 - "@doctrine.orm.default_entity_manager"
207 - "@logger"
208 tags:
209 - { name: kernel.event_subscriber }