1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00

replace legacy calls with new one

This commit is contained in:
Nicolas Lœuillet 2015-01-27 13:08:02 +01:00
parent d692b3b08d
commit b9ec99e25b
4 changed files with 169 additions and 3 deletions

View 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
{