diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-02-13 16:20:00 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-03-03 10:03:40 +0100 |
commit | c32ae320fec4135f5b32d57ef88349317a3b1f3f (patch) | |
tree | a55f5d4ca0c77c40822f2d53faa9dd622064be3f /src/Wallabag/ImportBundle/Controller/PocketController.php | |
parent | c10fcb3bbbd4ef14edd9a862ee18c895d92e30ae (diff) | |
download | wallabag-c32ae320fec4135f5b32d57ef88349317a3b1f3f.tar.gz wallabag-c32ae320fec4135f5b32d57ef88349317a3b1f3f.tar.zst wallabag-c32ae320fec4135f5b32d57ef88349317a3b1f3f.zip |
cs & tests for wllbg v1 import
Diffstat (limited to 'src/Wallabag/ImportBundle/Controller/PocketController.php')
-rw-r--r-- | src/Wallabag/ImportBundle/Controller/PocketController.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Wallabag/ImportBundle/Controller/PocketController.php b/src/Wallabag/ImportBundle/Controller/PocketController.php index bfd9fc5b..ef0407e6 100644 --- a/src/Wallabag/ImportBundle/Controller/PocketController.php +++ b/src/Wallabag/ImportBundle/Controller/PocketController.php | |||
@@ -5,11 +5,9 @@ namespace Wallabag\ImportBundle\Controller; | |||
5 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; | 5 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
6 | use Symfony\Component\Routing\Generator\UrlGeneratorInterface; | 6 | use Symfony\Component\Routing\Generator\UrlGeneratorInterface; |
7 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; | 7 | use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route; |
8 | use Wallabag\ImportBundle\Import\PocketImport; | ||
9 | use Symfony\Component\HttpFoundation\Request; | 8 | use Symfony\Component\HttpFoundation\Request; |
10 | use Symfony\Component\Form\Extension\Core\Type\CheckboxType; | 9 | use Symfony\Component\Form\Extension\Core\Type\CheckboxType; |
11 | 10 | ||
12 | |||
13 | class PocketController extends Controller | 11 | class PocketController extends Controller |
14 | { | 12 | { |
15 | /** | 13 | /** |
@@ -24,7 +22,6 @@ class PocketController extends Controller | |||
24 | 'required' => false, | 22 | 'required' => false, |
25 | )) | 23 | )) |
26 | ->getForm(); | 24 | ->getForm(); |
27 | ; | ||
28 | 25 | ||
29 | return $this->render('WallabagImportBundle:Pocket:index.html.twig', [ | 26 | return $this->render('WallabagImportBundle:Pocket:index.html.twig', [ |
30 | 'import' => $this->get('wallabag_import.pocket.import'), | 27 | 'import' => $this->get('wallabag_import.pocket.import'), |