]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Controller/EntryController.php
replace legacy calls with new one
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Controller / EntryController.php
index 48d1930753a2f6799b1377e697bb3adbb20ca63e..c6c94462f3b7cc27cd30387839eab845bc68a961 100644 (file)
@@ -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
 {