From b9ec99e25b5972bb3d0702919519382ebc37dacc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 27 Jan 2015 13:08:02 +0100 Subject: replace legacy calls with new one --- src/Wallabag/CoreBundle/Controller/EntryController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Wallabag/CoreBundle/Controller') 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; use Wallabag\CoreBundle\Repository; use Wallabag\CoreBundle\Entity\Entries; use Wallabag\CoreBundle\Service\Extractor; -use Wallabag\Wallabag\Tools; -use Wallabag\Wallabag\Url; +use Wallabag\CoreBundle\Helper\Tools; +use Wallabag\CoreBundle\Helper\Url; class EntryController extends Controller { -- cgit v1.2.3