1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-12 16:58:37 +00:00

cs & tests for wllbg v1 import

This commit is contained in:
Thomas Citharel 2016-02-13 16:20:00 +01:00 committed by Jeremy Benoist
parent c10fcb3bbb
commit c32ae320fe
7 changed files with 122 additions and 5 deletions

View file

@ -5,11 +5,9 @@ namespace Wallabag\ImportBundle\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
use Wallabag\ImportBundle\Import\PocketImport;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Form\Extension\Core\Type\CheckboxType;
class PocketController extends Controller
{
/**
@ -24,7 +22,6 @@ class PocketController extends Controller
'required' => false,
))
->getForm();
;
return $this->render('WallabagImportBundle:Pocket:index.html.twig', [
'import' => $this->get('wallabag_import.pocket.import'),