aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Controller
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2017-05-30 11:51:08 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2017-05-30 11:54:31 +0200
commit852273cae28d59a2db47f2a17ea20138ecfdb1ed (patch)
tree8a10d3da08afaf04a30dffaa9e559085829e0b2a /src/Wallabag/ApiBundle/Controller
parent61351218f90df455c6edcc530bfc746d60b43a12 (diff)
downloadwallabag-852273cae28d59a2db47f2a17ea20138ecfdb1ed.tar.gz
wallabag-852273cae28d59a2db47f2a17ea20138ecfdb1ed.tar.zst
wallabag-852273cae28d59a2db47f2a17ea20138ecfdb1ed.zip
Re-add one missing eventsave-changes
Diffstat (limited to 'src/Wallabag/ApiBundle/Controller')
-rw-r--r--src/Wallabag/ApiBundle/Controller/EntryRestController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/ApiBundle/Controller/EntryRestController.php b/src/Wallabag/ApiBundle/Controller/EntryRestController.php
index 2cf562bc..808c4d7e 100644
--- a/src/Wallabag/ApiBundle/Controller/EntryRestController.php
+++ b/src/Wallabag/ApiBundle/Controller/EntryRestController.php
@@ -14,6 +14,7 @@ use Wallabag\CoreBundle\Entity\Tag;
14use Wallabag\CoreBundle\Event\EntrySavedEvent; 14use Wallabag\CoreBundle\Event\EntrySavedEvent;
15use Wallabag\CoreBundle\Event\EntryTaggedEvent; 15use Wallabag\CoreBundle\Event\EntryTaggedEvent;
16use Wallabag\CoreBundle\Event\EntryUpdatedEvent; 16use Wallabag\CoreBundle\Event\EntryUpdatedEvent;
17use Wallabag\CoreBundle\Event\EntryDeletedEvent;
17 18
18class EntryRestController extends WallabagRestController 19class EntryRestController extends WallabagRestController
19{ 20{