aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ApiBundle/Controller/WallabagRestController.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2015-08-24 12:35:02 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2015-08-24 12:35:02 +0200
commita1413a3da9e845a0f2e00e73069f5363864367bd (patch)
tree4fdfa083a26c87dd305394666afe5b9c24921b65 /src/Wallabag/ApiBundle/Controller/WallabagRestController.php
parentfad316151c282b2383fae751f7ca45373f1f26ed (diff)
downloadwallabag-a1413a3da9e845a0f2e00e73069f5363864367bd.tar.gz
wallabag-a1413a3da9e845a0f2e00e73069f5363864367bd.tar.zst
wallabag-a1413a3da9e845a0f2e00e73069f5363864367bd.zip
CS
Diffstat (limited to 'src/Wallabag/ApiBundle/Controller/WallabagRestController.php')
-rw-r--r--src/Wallabag/ApiBundle/Controller/WallabagRestController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Wallabag/ApiBundle/Controller/WallabagRestController.php b/src/Wallabag/ApiBundle/Controller/WallabagRestController.php
index d5579de4..9ca008bf 100644
--- a/src/Wallabag/ApiBundle/Controller/WallabagRestController.php
+++ b/src/Wallabag/ApiBundle/Controller/WallabagRestController.php
@@ -8,7 +8,6 @@ use Symfony\Component\HttpFoundation\Request;
8use Symfony\Component\HttpFoundation\Response; 8use Symfony\Component\HttpFoundation\Response;
9use Wallabag\CoreBundle\Entity\Entry; 9use Wallabag\CoreBundle\Entity\Entry;
10use Wallabag\CoreBundle\Entity\Tag; 10use Wallabag\CoreBundle\Entity\Tag;
11use Wallabag\CoreBundle\Service\Extractor;
12use Hateoas\Configuration\Route; 11use Hateoas\Configuration\Route;
13use Hateoas\Representation\Factory\PagerfantaFactory; 12use Hateoas\Representation\Factory\PagerfantaFactory;
14 13