diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-27 13:08:02 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-27 13:08:02 +0100 |
commit | b9ec99e25b5972bb3d0702919519382ebc37dacc (patch) | |
tree | ba70a157b17cb0b64f52634296fdf6dd03c4edc5 /src/Wallabag/CoreBundle/Controller | |
parent | d692b3b08d26d3f945d52f6cf5e9f90335d74cdd (diff) | |
download | wallabag-b9ec99e25b5972bb3d0702919519382ebc37dacc.tar.gz wallabag-b9ec99e25b5972bb3d0702919519382ebc37dacc.tar.zst wallabag-b9ec99e25b5972bb3d0702919519382ebc37dacc.zip |
replace legacy calls with new one
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller')
-rw-r--r-- | src/Wallabag/CoreBundle/Controller/EntryController.php | 4 |
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; | |||
8 | use Wallabag\CoreBundle\Repository; | 8 | use Wallabag\CoreBundle\Repository; |
9 | use Wallabag\CoreBundle\Entity\Entries; | 9 | use Wallabag\CoreBundle\Entity\Entries; |
10 | use Wallabag\CoreBundle\Service\Extractor; | 10 | use Wallabag\CoreBundle\Service\Extractor; |
11 | use Wallabag\Wallabag\Tools; | 11 | use Wallabag\CoreBundle\Helper\Tools; |
12 | use Wallabag\Wallabag\Url; | 12 | use Wallabag\CoreBundle\Helper\Url; |
13 | 13 | ||
14 | class EntryController extends Controller | 14 | class EntryController extends Controller |
15 | { | 15 | { |