diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-09-16 22:58:33 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-09-16 22:58:33 +0200 |
commit | fbb319f064e6336a3b44bda12cdc51c93c51f379 (patch) | |
tree | 4a8569b4ccc17cd70a07ae9cd567ea73a11a5c05 /src/Wallabag/ImportBundle | |
parent | ebe0787e093f4f2934430033015d6ebad1c64dca (diff) | |
download | wallabag-fbb319f064e6336a3b44bda12cdc51c93c51f379.tar.gz wallabag-fbb319f064e6336a3b44bda12cdc51c93c51f379.tar.zst wallabag-fbb319f064e6336a3b44bda12cdc51c93c51f379.zip |
Missing some migrations
and CS
Diffstat (limited to 'src/Wallabag/ImportBundle')
-rw-r--r-- | src/Wallabag/ImportBundle/Import/PocketImport.php | 1 |
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; | |||
8 | use GuzzleHttp\Exception\RequestException; | 8 | use GuzzleHttp\Exception\RequestException; |
9 | use Wallabag\CoreBundle\Entity\Entry; | 9 | use Wallabag\CoreBundle\Entity\Entry; |
10 | use Wallabag\CoreBundle\Helper\ContentProxy; | 10 | use Wallabag\CoreBundle\Helper\ContentProxy; |
11 | use Craue\ConfigBundle\Util\Config; | ||
12 | 11 | ||
13 | class PocketImport extends AbstractImport | 12 | class PocketImport extends AbstractImport |
14 | { | 13 | { |