aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import/BrowserImport.php
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-05-28 01:16:01 +0200
committerThomas Citharel <tcit@tcit.fr>2017-05-28 01:16:01 +0200
commit5d3deafd3efc04df53fc24ee82a49988f72756dd (patch)
tree864e6630115782e4e06d0e6981b3cfe1e908851d /src/Wallabag/ImportBundle/Import/BrowserImport.php
parent6bc6fb1f60e7b81a21f844dca025671a2f4a4564 (diff)
downloadwallabag-5d3deafd3efc04df53fc24ee82a49988f72756dd.tar.gz
wallabag-5d3deafd3efc04df53fc24ee82a49988f72756dd.tar.zst
wallabag-5d3deafd3efc04df53fc24ee82a49988f72756dd.zip
CS
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Diffstat (limited to 'src/Wallabag/ImportBundle/Import/BrowserImport.php')
-rw-r--r--src/Wallabag/ImportBundle/Import/BrowserImport.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Wallabag/ImportBundle/Import/BrowserImport.php b/src/Wallabag/ImportBundle/Import/BrowserImport.php
index c8a9b4e6..ef0eeb7e 100644
--- a/src/Wallabag/ImportBundle/Import/BrowserImport.php
+++ b/src/Wallabag/ImportBundle/Import/BrowserImport.php
@@ -4,7 +4,6 @@ namespace Wallabag\ImportBundle\Import;
4 4
5use Wallabag\CoreBundle\Entity\Entry; 5use Wallabag\CoreBundle\Entity\Entry;
6use Wallabag\UserBundle\Entity\User; 6use Wallabag\UserBundle\Entity\User;
7use Wallabag\CoreBundle\Helper\ContentProxy;
8use Wallabag\CoreBundle\Event\EntrySavedEvent; 7use Wallabag\CoreBundle\Event\EntrySavedEvent;
9 8
10abstract class BrowserImport extends AbstractImport 9abstract class BrowserImport extends AbstractImport