aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Twig/WallabagExtension.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-05-12 15:02:32 +0200
committerThomas Citharel <tcit@tcit.fr>2017-06-23 10:02:45 +0200
commitf256145f404f6afa0b2888829c1285fe17445dd4 (patch)
tree7a276fc708b161e500474715c2851f412d4abc9a /src/Wallabag/CoreBundle/Twig/WallabagExtension.php
parente0f9010ec2a558f6cf7d16fb96a2c4cdb34e3f37 (diff)
downloadwallabag-f256145f404f6afa0b2888829c1285fe17445dd4.tar.gz
wallabag-f256145f404f6afa0b2888829c1285fe17445dd4.tar.zst
wallabag-f256145f404f6afa0b2888829c1285fe17445dd4.zip
First draft for notifications
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'src/Wallabag/CoreBundle/Twig/WallabagExtension.php')
-rw-r--r--src/Wallabag/CoreBundle/Twig/WallabagExtension.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Twig/WallabagExtension.php b/src/Wallabag/CoreBundle/Twig/WallabagExtension.php
index 034b3fa2..71dd7c2a 100644
--- a/src/Wallabag/CoreBundle/Twig/WallabagExtension.php
+++ b/src/Wallabag/CoreBundle/Twig/WallabagExtension.php
@@ -2,6 +2,7 @@
2 2
3namespace Wallabag\CoreBundle\Twig; 3namespace Wallabag\CoreBundle\Twig;
4 4
5use Doctrine\Common\Collections\Collection;
5use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface; 6use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
6use Wallabag\CoreBundle\Notifications\NotificationInterface; 7use Wallabag\CoreBundle\Notifications\NotificationInterface;
7use Wallabag\CoreBundle\Repository\EntryRepository; 8use Wallabag\CoreBundle\Repository\EntryRepository;