forked from wallabag/wallabag
@ -4,7 +4,6 @@ namespace Wallabag\CoreBundle\Helper;
|
|||||||
|
|
||||||
use Graby\Graby;
|
use Graby\Graby;
|
||||||
use Psr\Log\LoggerInterface;
|
use Psr\Log\LoggerInterface;
|
||||||
use Symfony\Component\EventDispatcher\EventDispatcher;
|
|
||||||
use Wallabag\CoreBundle\Entity\Entry;
|
use Wallabag\CoreBundle\Entity\Entry;
|
||||||
use Wallabag\CoreBundle\Tools\Utils;
|
use Wallabag\CoreBundle\Tools\Utils;
|
||||||
use Symfony\Component\HttpFoundation\File\MimeType\MimeTypeExtensionGuesser;
|
use Symfony\Component\HttpFoundation\File\MimeType\MimeTypeExtensionGuesser;
|
||||||
|
|||||||
@ -8,9 +8,8 @@ use Wallabag\CoreBundle\Repository\TagRepository;
|
|||||||
|
|
||||||
class TagsAssigner
|
class TagsAssigner
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var TagRepository $tagRepository
|
* @var TagRepository
|
||||||
*/
|
*/
|
||||||
protected $tagRepository;
|
protected $tagRepository;
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,6 @@ namespace Wallabag\ImportBundle\Import;
|
|||||||
|
|
||||||
use Wallabag\CoreBundle\Entity\Entry;
|
use Wallabag\CoreBundle\Entity\Entry;
|
||||||
use Wallabag\UserBundle\Entity\User;
|
use Wallabag\UserBundle\Entity\User;
|
||||||
use Wallabag\CoreBundle\Helper\ContentProxy;
|
|
||||||
use Wallabag\CoreBundle\Event\EntrySavedEvent;
|
use Wallabag\CoreBundle\Event\EntrySavedEvent;
|
||||||
|
|
||||||
abstract class BrowserImport extends AbstractImport
|
abstract class BrowserImport extends AbstractImport
|
||||||
|
|||||||
@ -5,7 +5,6 @@ namespace Wallabag\ImportBundle\Import;
|
|||||||
use GuzzleHttp\Client;
|
use GuzzleHttp\Client;
|
||||||
use GuzzleHttp\Exception\RequestException;
|
use GuzzleHttp\Exception\RequestException;
|
||||||
use Wallabag\CoreBundle\Entity\Entry;
|
use Wallabag\CoreBundle\Entity\Entry;
|
||||||
use Wallabag\CoreBundle\Helper\ContentProxy;
|
|
||||||
|
|
||||||
class PocketImport extends AbstractImport
|
class PocketImport extends AbstractImport
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user