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:
parent
c10fcb3bbb
commit
c32ae320fe
7 changed files with 122 additions and 5 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue