diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-06-06 17:34:20 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2018-06-06 17:34:20 +0200 |
commit | 778543311f5efde4c99321f257c5a9c34a7dea5f (patch) | |
tree | 1a43386e317bfc113aa364dba895f22dfde2af9e /src | |
parent | def73759aeed87770d6b1e2f791370c83bebcf3e (diff) | |
download | wallabag-778543311f5efde4c99321f257c5a9c34a7dea5f.tar.gz wallabag-778543311f5efde4c99321f257c5a9c34a7dea5f.tar.zst wallabag-778543311f5efde4c99321f257c5a9c34a7dea5f.zip |
Fix tests
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/CoreBundle/Controller/RssController.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/RssController.php b/src/Wallabag/CoreBundle/Controller/RssController.php index e84044b1..848bb814 100644 --- a/src/Wallabag/CoreBundle/Controller/RssController.php +++ b/src/Wallabag/CoreBundle/Controller/RssController.php | |||
@@ -12,7 +12,6 @@ use Symfony\Bundle\FrameworkBundle\Controller\Controller; | |||
12 | use Symfony\Component\HttpFoundation\Request; | 12 | use Symfony\Component\HttpFoundation\Request; |
13 | use Symfony\Component\HttpFoundation\Response; | 13 | use Symfony\Component\HttpFoundation\Response; |
14 | use Symfony\Component\Routing\Generator\UrlGeneratorInterface; | 14 | use Symfony\Component\Routing\Generator\UrlGeneratorInterface; |
15 | use Wallabag\CoreBundle\Entity\Entry; | ||
16 | use Wallabag\CoreBundle\Entity\Tag; | 15 | use Wallabag\CoreBundle\Entity\Tag; |
17 | use Wallabag\UserBundle\Entity\User; | 16 | use Wallabag\UserBundle\Entity\User; |
18 | 17 | ||