diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-02-09 22:07:39 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-02-09 22:07:39 +0100 |
commit | 2a94b1d1b74b4e776e76a522621b67b45d115fe7 (patch) | |
tree | 3f4a99b890bb4ec1a7f84d131e7ead2323cc2438 /src/Wallabag/CoreBundle/Controller | |
parent | 0ac38198ab1c00dfb290d5631fa7c1cf5ac2a48a (diff) | |
download | wallabag-2a94b1d1b74b4e776e76a522621b67b45d115fe7.tar.gz wallabag-2a94b1d1b74b4e776e76a522621b67b45d115fe7.tar.zst wallabag-2a94b1d1b74b4e776e76a522621b67b45d115fe7.zip |
log for authentication on API
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller')
-rw-r--r-- | src/Wallabag/CoreBundle/Controller/EntryController.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/EntryController.php b/src/Wallabag/CoreBundle/Controller/EntryController.php index e0697ca3..5378486a 100644 --- a/src/Wallabag/CoreBundle/Controller/EntryController.php +++ b/src/Wallabag/CoreBundle/Controller/EntryController.php | |||
@@ -6,7 +6,6 @@ use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; | |||
6 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; | 6 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
7 | use Symfony\Component\HttpFoundation\Request; | 7 | use Symfony\Component\HttpFoundation\Request; |
8 | use Wallabag\CoreBundle\Entity\Entry; | 8 | use Wallabag\CoreBundle\Entity\Entry; |
9 | use Wallabag\CoreBundle\Repository; | ||
10 | use Wallabag\CoreBundle\Service\Extractor; | 9 | use Wallabag\CoreBundle\Service\Extractor; |
11 | use Wallabag\CoreBundle\Helper\Url; | 10 | use Wallabag\CoreBundle\Helper\Url; |
12 | 11 | ||