aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/EntryController.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-27 13:08:02 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-01-27 13:08:02 +0100
commitb9ec99e25b5972bb3d0702919519382ebc37dacc (patch)
treeba70a157b17cb0b64f52634296fdf6dd03c4edc5 /src/Wallabag/CoreBundle/Controller/EntryController.php
parentd692b3b08d26d3f945d52f6cf5e9f90335d74cdd (diff)
downloadwallabag-b9ec99e25b5972bb3d0702919519382ebc37dacc.tar.gz
wallabag-b9ec99e25b5972bb3d0702919519382ebc37dacc.tar.zst
wallabag-b9ec99e25b5972bb3d0702919519382ebc37dacc.zip
replace legacy calls with new one
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller/EntryController.php')
-rw-r--r--src/Wallabag/CoreBundle/Controller/EntryController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/EntryController.php b/src/Wallabag/CoreBundle/Controller/EntryController.php
index 48d19307..c6c94462 100644
--- a/src/Wallabag/CoreBundle/Controller/EntryController.php
+++ b/src/Wallabag/CoreBundle/Controller/EntryController.php
@@ -8,8 +8,8 @@ use Symfony\Component\HttpFoundation\Request;
8use Wallabag\CoreBundle\Repository; 8use Wallabag\CoreBundle\Repository;
9use Wallabag\CoreBundle\Entity\Entries; 9use Wallabag\CoreBundle\Entity\Entries;
10use Wallabag\CoreBundle\Service\Extractor; 10use Wallabag\CoreBundle\Service\Extractor;
11use Wallabag\Wallabag\Tools; 11use Wallabag\CoreBundle\Helper\Tools;
12use Wallabag\Wallabag\Url; 12use Wallabag\CoreBundle\Helper\Url;
13 13
14class EntryController extends Controller 14class EntryController extends Controller
15{ 15{