aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Import
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-09-16 22:58:33 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-09-16 22:58:33 +0200
commitfbb319f064e6336a3b44bda12cdc51c93c51f379 (patch)
tree4a8569b4ccc17cd70a07ae9cd567ea73a11a5c05 /src/Wallabag/ImportBundle/Import
parentebe0787e093f4f2934430033015d6ebad1c64dca (diff)
downloadwallabag-fbb319f064e6336a3b44bda12cdc51c93c51f379.tar.gz
wallabag-fbb319f064e6336a3b44bda12cdc51c93c51f379.tar.zst
wallabag-fbb319f064e6336a3b44bda12cdc51c93c51f379.zip
Missing some migrations
and CS
Diffstat (limited to 'src/Wallabag/ImportBundle/Import')
-rw-r--r--src/Wallabag/ImportBundle/Import/PocketImport.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Wallabag/ImportBundle/Import/PocketImport.php b/src/Wallabag/ImportBundle/Import/PocketImport.php
index 40603c90..1bf22d68 100644
--- a/src/Wallabag/ImportBundle/Import/PocketImport.php
+++ b/src/Wallabag/ImportBundle/Import/PocketImport.php
@@ -8,7 +8,6 @@ use GuzzleHttp\Client;
8use GuzzleHttp\Exception\RequestException; 8use GuzzleHttp\Exception\RequestException;
9use Wallabag\CoreBundle\Entity\Entry; 9use Wallabag\CoreBundle\Entity\Entry;
10use Wallabag\CoreBundle\Helper\ContentProxy; 10use Wallabag\CoreBundle\Helper\ContentProxy;
11use Craue\ConfigBundle\Util\Config;
12 11
13class PocketImport extends AbstractImport 12class PocketImport extends AbstractImport
14{ 13{